#swiper-container {
  overflow: hidden;
  position: relative;
}

.swiper {
  width: 100%;
  height: 20%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  margin-top: -10px;
  width: 100%;
  position: relative;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 0px 0;
  margin-bottom: 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.swiper-button-prev2,
.swiper-button-next2 {
  color: white;
  font-size: 2.5em;
  position: absolute;
  top: 200px;
  text-shadow: 2px 2px 10px #333;
  transform: translateY(-50%);
  z-index: 999999;
}

.swiper-button-prev2 {
  left: 10px;
}

.swiper-button-next2 {
  right: 10px;
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.avatar-stack {
  display: flex;
}
.avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #007bff;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: -20px;
  border: 2px solid #fff;
  cursor: pointer;
}

.avatar:first-child{
  margin-left:-10px;
}

.avatar-menu {
  margin-top: 10px;
  margin-left: -10px;
}

#btn-avatar-stack{
  float: left;
}

#tim-redaksi{
  width: 300px;
  margin-left: 10px;
}