
.imgbox{ padding:inherit; margin: 0 auto;}
.et-main{ width:100%;}
.et-hero-tabs,
.et-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  background: #eee;
  text-align: center;
  
  
}

.et-hero-tabs h3,
.et-slide h3 {
  font-size: 1rem;
  letter-spacing: 0.3rem;
  opacity: 0.6;
}

.et-hero-tabs-container {
  display: flex;
  font-size: 14px;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #000;
  z-index: 10;
}
.et-hero-tabs-container--top {
  position: fixed;
  background: #000;
  
  top: 125px;
}

.et-hero-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #fff;
  letter-spacing: 0rem;
  transition: all 0.5s ease;
  font-size: 0.2rem;
}
.et-hero-tab:hover {
  color: white;
  background: #e60012;
  transition: all 0.5s ease;
}

.et-hero-tab-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 6px;
  background: #e60012;
  transition: left 0.3s ease;
}

@media screen and (max-width: 400px){
	.et-hero-tabs-container--top {
  position: fixed;
  background: #000;
  width: 100%;
  top: 40px;
}
	
	.et-hero-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #fff;
  width: 12px;
  letter-spacing: 0rem;
  transition: all 0.5s ease;
  font-size: 0.1rem;

}
}