img {
  width: 100%;
}
.roboto-style {
  font-family: "Roboto", sans-serif;
}
.playfair-style {
  font-family: "Playfair Display", serif;
}
.underdog-style {
  font-family: "Underdog", cursive;
}
.centering-block {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.headline-fs-48 {
  font-weight: normal;
  font-size: 48px;
  line-height: 35px;
}
.headline-fs-36 {
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 35px;
}
.headline-fs-32 {
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 35px;
}
.headline-fs-24 {
  font-size: 24px;
  line-height: 35px;
}

.text-fs-72 {
  font-size: 72px;
  line-height: 35px;
}
.text-fs-29 {
  font-size: 29px;
  line-height: 54px;
}
.text-fs-25 {
  font-size: 25px;
  line-height: 54px;
}
.text-fs-18 {
  font-size: 18px;
  line-height: 65px;
}
.text-fs-14 {
  font-weight: normal;
  font-size: 14px;
  line-height: 31px;
}
.text-fs-15 {
  font-size: 15px;
  line-height: 35px;
}
.text__block {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
.italic {
  font-style: italic;
}
.normal {
  font-weight: 400;
}
.bold {
  font-weight: 600;
}
.quote {
  letter-spacing: 2px;
}
.read-link {
  color: #000000;
  text-decoration: underline;
  line-height: 20px;
}
.white-color {
  color: #fff;
}
.gray-color {
  color: #434343;
}
.black-color {
  color: #000000;
}
.dawn-color {
  color: #231f20;
}
.coma-sign::before {
  content: "‘‘";
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: bold;
  font-size: 350px;
  line-height: 8px;
  color: rgba(0, 0, 0, 0.14);
}
.coma-sign {
  position: absolute;
  transform: translate(-50%, -50%);
}
.play_button {
  width: 76px;
  height: 76px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.collection-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 383px;
  height: 45px;
  margin: 0 auto;
  border: 1px solid #000000;
  text-align: center;
  margin-top: 137px;
  margin-bottom: 198px;
}
.collection-button a {
  text-decoration: none;
  text-transform: uppercase;
}
.mobile-photo {
  display: none;
}
.mobile-video {
  display: none;
}

.plyr__control--overlaid {
  background: rgba(33, 30, 31, 0.38);
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: rgba(33, 30, 31, 0.6);
}
.plyr--full-ui input[type=range] {
  color: rgba(33, 30, 31, 0.8);
}

@media screen and (max-width: 650px) {
  .play_button {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .headline-fs-32 {
    font-size: 29px;
  }
  .headline-fs-48 {
    font-size: 30px;
  }
  .text-fs-72 {
    font-size: 48px;
    line-height: 35px;
  }
  .text-fs-15 {
    font-size: 13px;
    line-height: 23px;
  }
  .desktop-photo {
    display: none;
  }
  .desktop-video {
    display: none;
  }
  .mobile-photo {
    display: block;
    width: 100%;
    height: auto;
  }
  .mobile-video {
    display: block;
    width: 100%;
    height: auto;
  }
  .centering-block {
    width: 100%;
  }
  .collection-button {
    width: 90%;
    margin-top: 109px;
    margin-bottom: 37px;
  }
  .coma-sign::before {
    font-size: 250px;
  }
}

@media screen and (max-width: 330px) {
  .text-fs-18 {
    font-size: 17px;
}
}
