.cover {
  overflow: hidden;
  width: 100%;
}

.cover__video {
  display: block;
  height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
}

.announce.cover-white .als-tabs span:first-child {
  background-color: #ee4c95 !important;
}

@media(min-width: 981px) {
  .cover__video {
    width: 100%;
    height: auto;
    transform: none;
    margin: 0;
  }
}

.crop-wrapper {
  width: 100%;
  overflow: hidden;
}

/*** gallery ***/
.ag-gallery {
  position: relative;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.ag-gallery img {
  margin: 0;
  width: 100%;
  height: auto;
  display: block;
}

.ag-gallery__slides-container {
  position: absolute;
  overflow: hidden;
  top: 27.9%;
  left: 30%;
  right: 29.7%;
  bottom: 30.7%;
  cursor: pointer;
}


.ag-gallery__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  will-change: transfrom;
  transition: .3s transform ease-out;
}

.ag-gallery__slide_active {
  transform: none;
}

.ag-gallery__text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
}

.ag-gallery__text .announce__text a {
  color: #fff !important;
  border-bottom: 1px solid hsla(0, 0%, 100%, .3) !important;
}

.ag-gallery__text .announce__text a:hover {
  color: #f41224 !important;
  border-bottom: 1px solid rgba(244,18,36,.3) !important;
}

@media (max-width: 800px) {
  .ag-gallery {
    width: 160%;
    margin-left: -30%;
  }

  .ag-gallery__text {
    width: 100vw;
    left: 30vw;
  }
}
/*** gallery end ***/
