.gallery-teaser {
  margin: 0 0 30px;
  padding: 30px 100px;
  background: #002546;
}
.gallery-teaser__item {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin: 10px 0;
  padding: 70px 50px;
  background: #003471;
}
.gallery-block .gallery-teaser__item,
.gallery-home .gallery-teaser__item {
  padding: 70px 100px;
}
.gallery-teaser__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 620px;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  text-indent: -9999px;
  overflow: hidden;
}
.gallery-teaser__info {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  min-height: 200px;
  padding: 30px 40px;
  font-size: 2.4rem;
  line-height: 2.7rem;
  font-weight: bold;
  background: #005baa;
  color: #ffb339;
}
.gallery-block .gallery-teaser__info {
  max-width: 400px;
}
.gallery-home .gallery-teaser__info {
  max-width: 460px;
}
.gallery-teaser__icon {
  position: absolute;
  top: -50px;
  right: 0;
  padding: 0 40px 0 0;
  font-size: 4rem;
  line-height: 4.4rem;
  font-weight: bold;
}
.gallery-teaser__icon:before {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  width: 30px;
  height: 35px;
  background: url(../../images/sprite.svg) -3px -174px no-repeat;
}
.gallery-teaser__icon--video:before {
  background-position: -77px -174px;
}
.gallery-teaser__subtitle {
  margin: 5px 0 0;
  font-size: 2rem;
  line-height: 2.3rem;
  font-weight: normal;
  color: #fff;
}
.gallery-teaser__item .full-link {
  cursor: pointer;
}


@media screen and (max-width: 767px) {
  .gallery-teaser {
    padding: 20px 30px;
  }
  .gallery-block .gallery-teaser__item,
  .gallery-home .gallery-teaser__item {
    padding: 70px 80px;
  }
  .gallery-teaser__info {
    max-width: none;
    text-align: center;
  }
}

@media screen and (max-width: 599px) {
  .gallery-teaser {
    margin: 0 -20px 20px;
    padding: 5px 15px;
  }
  .gallery-teaser__item,
  .gallery-block .gallery-teaser__item,
  .gallery-home .gallery-teaser__item {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    padding: 20px;
  }
  .gallery-teaser__thumb {
    max-width: none;
  }
  .gallery-teaser__info {
    min-height: 0;
    width: auto;
    padding: 5px 10px;
    font-size: 2rem;
    line-height: 2.3rem;
    background-color: rgba(1, 35, 66, 0.6);
    color: #fff;
  }
  .gallery-block .gallery-teaser__info {
    max-width: none;
  }
  .gallery-teaser__icon {
    display: none;
  }
  .gallery-teaser__subtitle {
    font-size: 1.6rem;
    line-height: 1.9rem;
    color: #ffb339;
  }
}
