 #header.sticky-header #logo img {
    height: 60px;
    width: 100%;
    max-width: 180px;
    transition: all .4s ease;
}

.our-showers-wrap img {
    max-width: 160px;
    max-height: 80px;
}
.section {
  background-color: #fff !important;
}
#slider .swiper-container {
  cursor: default !important;
}
.col_half {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 25px;
}
.our-showers-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.separator-wrap {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 36vh;
  min-height: 120px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.separator-title {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 53px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}
.section {
  font-family: Comfortaa, sans-serif !important;
  font-size: 21px;
}

.promo-video-container {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: -100vh;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all 0.6s;
}
.close-promo-video-container {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 85px;
  right: 25px;
  cursor: pointer;
  background: #333;
  border-radius: 3px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  opacity: 0.5;
  transition: all 0.3s;
}
.close-promo-video-container:hover {
  opacity: 1;
  border: 2px solid rgba(0, 0, 0, 0.5);
}
.close-promo-video-container:after,
.close-promo-video-container:before {
  content: "";
  position: absolute;
  top: 23px;
  left: 4px;
  width: 40px;
  height: 2px;
  background: #bbb;
  transform-origin: center;
  transition: all 0.3s;
}
.close-promo-video-container:hover::after,
.close-promo-video-container:hover::before {
  background: #fff;
}
.close-promo-video-container:after {
  transform: rotate(45deg);
}
.close-promo-video-container:before {
  transform: rotate(-45deg);
}
#promo-video {
  width: 100%;
  height: 100vh;
}
.watch-promo-cont{
  height: 100%;
}
.watch-promo-cont > h1 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.watch-promo-logo{
  margin-top: 25vh;
  max-width: 280px;
}
.watch-promo-video-but{
  margin: 30px auto;
}
@media only screen and (max-width: 991px) {
  #promo-video {
    width: 94%;
    height: 32vh;
  }
}
@media only screen and (max-width: 767px) {
  .social-post {
    width: 31.83%;
    margin: 0 0.75% 10px;
  }
  .watch-promo-logo{
    margin-top: 20vh;
  }
}

.info-movie {
  width: 50%;
}
.history-title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 25px;
}
.history-quote {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #0080de;
}
.history-quote::after,
.history-quote::before {
  position: absolute;
  font-size: 80px;
}
.history-quote::before {
  content: "“";
  top: -25px;
  left: 25px;
}
.history-quote::after {
  content: "”";
  bottom: -75px;
  right: 25px;
}
.vert_center {
  display: flex;
  align-items: center;
}
.author-quote {
  font-size: 26px;
}
.author-quote::before {
  left: -35px;
}
.author-quote::after {
  right: -35px;
}
.autor-name-quote {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 0;
}
.autor-spec-quote {
  font-size: 14px;
  font-weight: 900;
  margin-top: 0;
}
.quote-first-symbol {
  margin-right: -50px;
  color: #0080de;
  font-size: 80px;
  line-height: 21px;
}
.quote-last-symbol {
  color: #0080de;
  font-size: 80px;
  line-height: 21px;
}
.for_desktop {
  display: block;
}
.for_mobile {
  display: none;
}
.iframe-about-movie {
  width: 100% !important;
  height: 310px !important;
}
.owl-carousel .owl-stage-outer {
  border-left: 36px solid #fff;
  border-right: 36px solid #fff;
  padding: 20px 0;
}
.owl-carousel-full .owl-nav [class*="owl-"] {
  background-color: transparent;
}
.owl-carousel .owl-nav [class*="owl-"] {
  opacity: 1;
}
.owl-carousel .owl-nav [class*="owl-"]:hover {
  background-color: #fff !important;
}
.icon-angle-left:before,
.icon-angle-right:before {
  color: #018ecc;
}
.owl-carousel .owl-stage-outer:after,
.owl-carousel .owl-stage-outer:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  border-radius: 50%;
  top: 0;
  z-index: 1;
}
.owl-carousel .owl-stage-outer:before {
  left: -40px;
  box-shadow: #000 0 0 14px;
}
.owl-carousel .owl-stage-outer:after {
  right: -40px;
  box-shadow: #000 0 0 14px;
}
.oc-item {
  text-align: center;
}
.heroes-title {
  color: #000;
  font-size: 13px;
}
.heroes-team {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  padding: 18px 10px 5px;
  color: #000;
}
.hide-show-films,
.hide-show-heroes {
  display: none;
}
a.show-films-but,
p.hide-show-her-but {
  cursor: pointer;
  display: block;
  margin: 30px auto;
  font-size: 22px;
  color: #10b0e6;
  text-align: center;
  display: table;
  border-bottom: #fff 2px solid;
  transition: 0.3s all;
}
a.show-films-but:hover,
p.hide-show-her-but:hover {
  border-bottom: 2px solid;
}
.gallery-title,
.locations-title,
.main-heroes-title,
.our-showers-title,
.posters-title,
.team-title {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1199px) {
  .col_half {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .col_half {
    margin-bottom: 15px;
  }
  .mobile-center-promo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-center-promo > video {
    height: 100% !important;
    width: auto !important;
  }
  .section {
    font-size: 18px;
  }
  .history-title {
    font-size: 26px;
  }
  .separator-wrap {
    height: 25vh;
  }
  .history-quote {
    font-size: 24px;
  }
  .author-quote {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .col_five_sixth,
  .col_four_fifth,
  .col_full,
  .col_half,
  .col_one_fifth,
  .col_one_fourth,
  .col_one_sixth,
  .col_one_third,
  .col_three_fifth,
  .col_three_fourth,
  .col_two_fifth,
  .col_two_third,
  .postcontent,
  .postcontent.bothsidebar,
  .sidebar {
    width: 100%;
    text-align: center;
    margin-bottom: 30px !important;
  }
  .our-showers-wrap a {
    width: 48%;
    margin-bottom: 30px;
  }
  .social-post {
    width: 31.83%;
    margin: 0 0.75% 10px;
  }
  .separator-wrap {
    height: 15vh;
  }
  .separator-title {
    font-size: 32px;
  }
  .info-movie {
    width: 70%;
  }
  .vert_center {
    display: block;
  }
  .for_desktop {
    display: none;
  }
  .for_mobile {
    display: block;
  }
  .section {
    margin: 0;
    padding: 30px 0;
  }
  .p-b-60 {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .swiper_wrapper:not(.force-full-screen),
  .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid)
    .swiper-slide {
    height: 460px !important;
  }
}
@media only screen and (max-width: 480px) {
  .info-movie {
    width: 90%;
  }
  .section {
    font-size: 15px;
  }
  .history-title {
    font-size: 20px;
  }
  .history-quote {
    font-size: 18px;
  }
  .history-quote::before {
    top: -15px;
    left: 0;
  }
  .history-quote::after {
    right: 0;
  }
  .author-quote {
    font-size: 16px;
  }
  .author-quote::after,
  .author-quote::before {
    font-size: 60px !important;
  }
  .author-quote::before {
    top: -25px !important;
    left: -20px !important;
  }
  .author-quote::after {
    bottom: -55px !important;
    right: -25px !important;
  }
  .autor-name-quote {
    font-size: 14px;
  }
  .autor-spec-quote {
    font-size: 12px;
  }
  .col_two_third {
    text-align: left !important;
  }
  body .mobile-pics-box {
    margin: 30px 0 0 0;
    padding: 0;
    width: 100% !important;
  }
  .iframe-about-movie {
    height: 160px !important;
  }
  .owl-carousel .owl-stage-outer {
    border-left: none !important;
    border-right: none !important;
    padding: 0 !important;
  }
  .owl-nav {
    display: none;
  }
  .mob-slider-w-100 {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}
@media (max-width: 380px) {
  body .container {
    width: auto !important;
  }
}

.main-heroes-carousel .mobile-pics-box {
  max-height: 320px;
  overflow: hidden;
  margin-bottom: 30px;
}
.main-heroes-carousel .owl-stage-outer {
  border: none !important;
}
.main-heroes-carousel .owl-stage-outer:before,
.main-heroes-carousel .owl-stage-outer:after {
  display: none !important;
}
.main-heroes-carousel .owl-item {
  margin: 0 !important;
}
.main-heroes-carousel .container {
  padding: 0px 15px !important;
  width: 100%;
}
.main-heroes-carousel .section {
  padding-top: 0px !important;
}
.main-heroes-carousel .owl-stage-outer {
  padding: 0px !important;
}

.main-heroes-carousel .owl-nav [class*="owl-"] {
  top: 0px;
  margin-top: 0px !important;
  width: 50px;
  height: 320px;
  line-height: 320px;
  background-color: #fff;
}
.main-heroes-carousel .icon-angle-left:before,
.main-heroes-carousel .icon-angle-right:before {
  color: #505050;
}
.main-heroes-carousel .owl-nav [class*="owl-"]:hover {
  background-color: #f1f1f1 !important;
}
.main-heroes-carousel .owl-nav [class*="owl-"]:hover .icon-angle-left:before,
.main-heroes-carousel .owl-nav [class*="owl-"]:hover .icon-angle-right:before {
  color: #018ecc;
}
.patrol-mobile-img {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .main-heroes-carousel .mobile-pics-box {
    max-height: 257px;
  }
  .main-heroes-carousel .owl-nav [class*="owl-"] {
    height: 257px;
    line-height: 257px;
  }
}

@media only screen and (max-width: 991px) {
  .main-heroes-carousel .mobile-pics-box {
    max-height: 190px;
  }
  .main-heroes-carousel .owl-nav [class*="owl-"] {
    height: 190px;
    line-height: 190px;
  }
}
@media only screen and (max-width: 768px) {
  .main-heroes-carousel .owl-nav [class*="owl-"],
  .main-heroes-carousel .patrol-desktop-img,
  .main-heroes-carousel .mobile-pics-box div:not(:first-child) {
    display: none !important;
  }
  .main-heroes-carousel .patrol-mobile-img {
    display: block;
    margin-bottom: 30px !important;
  }
  .main-heroes-carousel .mobile-pics-box {
    max-height: none;
    margin: 0;
  }
  .main-heroes-carousel .mobile-pics-box,
  .main-heroes-carousel .mobile-pics-box div:first-child {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
    width: 100%;
  }
}

.info-icons-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.info-icon {
  max-height: 100px;
  margin-bottom: 20px;
}
.info-icon-title {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  line-height: 1.13;
  font-weight: 700;
  color: #3489ca;
}

@media only screen and (max-width: 991px) {
  .info-icons-container-4 {
    flex-wrap: wrap;
    gap: 50px 0px;
  }
  .info-icons-container-4 div {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .info-icon-title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 480px) {
  .info-icons-container-4 {
    gap: 30px 0px;
  }
  .info-icon {
    max-height: 65px;
  }
  .info-icon-title {
    font-size: 17px;
  }
}
@media only screen and (max-width: 360px) {
  .info-icon {
    max-height: 50px;
  }
  .info-icon-title {
    font-size: 15px;
  }
}

@media (orientation: landscape) {
  .video-wrap video {
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .owl-carousel .owl-stage-outer:before,
  .owl-carousel .owl-stage-outer:after {
    display: none;
  }
  a.show-films-but {
    display: block;
    max-width: 300px !important;
    min-width: 260px !important;
    margin: 0 auto !important;
    cursor: pointer;
    font-size: 17px !important;
    transition: 0.3s all;
    background: #0093c8 !important;
    padding: 20px 2px;
    border: none;
    border-radius: 50px;
    color: #fff !important;
  }
  .owl-carousel.owl-loaded {
    padding-bottom: 0;
  }
  .koshchei .owl-item {
    margin-left: 0;
  }
  body .container {
    width: 96% !important;
  }
  .main-heroes-carousel .mobile-pics-box {
    width: 100% !important;
    padding: 0 5% !important;
    margin-right: 0 !important;
  }
  .container > .col_half > p {
    font-size: 12px;
    line-height: 1.3;
  }
  .fluid-width-video-wrapper {
    margin-bottom: 18px;
  }
  .owl-carousel .owl-dots .owl-dot {
    margin-top: 14px;
  }
  .owl-carousel .owl-dots .owl-dot span {
    margin: 0 1.6px;
  }
}
.section {
  background-color: #fff !important;
}
#slider .swiper-container {
  cursor: default !important;
}
.col_half {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 25px;
}
.our-showers-wrap a {
  padding: 15px;
  width: 25%;
  margin: 1%;
  text-align: center;
}

.separator-wrap {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 36vh;
  min-height: 120px;
  overflow: hidden;
}
.separator-wrap video {
  transform: scale(1.2);
}
.section {
  font-family: Comfortaa, sans-serif !important;
  font-size: 21px;
}
.info-movie {
  width: 50%;
}
.history-title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 25px;
}
.history-quote {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #0080de;
}
.history-quote::after,
.history-quote::before {
  position: absolute;
  font-size: 80px;
}
.history-quote::before {
  content: "“";
  top: -25px;
  left: 25px;
}
.history-quote::after {
  content: "”";
  bottom: -75px;
  right: 25px;
}
.vert_center {
  display: flex;
  align-items: center;
}
.author-quote {
  font-size: 26px;
}
.author-quote::before {
  left: -35px;
}
.author-quote::after {
  right: -35px;
}
.autor-name-quote {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 0;
}
.autor-spec-quote {
  font-size: 14px;
  font-weight: 900;
  margin-top: 0;
}
.quote-first-symbol {
  margin-right: -50px;
  color: #0080de;
  font-size: 80px;
  line-height: 21px;
}
.quote-last-symbol {
  color: #0080de;
  font-size: 80px;
  line-height: 21px;
}
.for_desktop {
  display: block;
}
.for_mobile {
  display: none;
}
.iframe-about-movie {
  width: 100% !important;
  height: 310px !important;
}
.owl-carousel .owl-stage-outer {
  border-left: 36px solid #fff;
  border-right: 36px solid #fff;
  padding: 20px 0;
}
.owl-carousel-full .owl-nav [class*="owl-"] {
  background-color: transparent;
}
.owl-carousel .owl-nav [class*="owl-"] {
  opacity: 1;
}
.owl-carousel .owl-nav [class*="owl-"]:hover {
  background-color: #fff !important;
}
.icon-angle-left:before,
.icon-angle-right:before {
  color: #018ecc;
}
.owl-carousel .owl-stage-outer:after,
.owl-carousel .owl-stage-outer:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  border-radius: 50%;
  top: 0;
  z-index: 1;
}
.owl-carousel .owl-stage-outer:before {
  left: -40px;
  box-shadow: #000 0 0 14px;
}
.owl-carousel .owl-stage-outer:after {
  right: -40px;
  box-shadow: #000 0 0 14px;
}
.oc-item {
  text-align: center;
}
.heroes-title {
  color: #000;
  font-size: 13px;
}
.heroes-arctor {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  padding: 18px 10px 5px;
  color: #000;
}
.hide-show-films,
.hide-show-heroes {
  display: none;
}
a.show-films-but,
p.hide-show-her-but {
  cursor: pointer;
  display: block;
  margin: 30px auto;
  font-size: 22px;
  color: #10b0e6;
  text-align: center;
  display: table;
  border-bottom: #fff 2px solid;
  transition: 0.3s all;
}
a.show-films-but:hover,
p.hide-show-her-but:hover {
  border-bottom: 2px solid;
}

.arctors-title,
.gallery-title,
.locations-title,
.main-heroes-title,
.our-showers-title,
.posters-title {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mobile-center-promo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mult-metrics-cont {
  display: flex;
  justify-content: space-between;
}
.mult-metrics-cont:after,
.mult-metrics-cont:before {
  display: none !important;
}
.mult-metric {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 198px;
  height: 198px;
  align-items: center;
  font-family: 'Open Sans';
  font-weight: 900;
  font-size: 28px;
  color: #fff;
  background: #088ecd;
  border-radius: 50%;
}
.mult-metric > p {
  font-size: 62px;
  line-height: 1!important;
  margin-bottom: 5px;
}

@media only screen and (max-height: 600px) {
  .watch-promo-video-but {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .posters-wrap {
    height: 591px;
    min-height: 591px;
  }
  .col_half {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .posters-wrap {
    height: 452px;
    min-height: 452px;
  }
  .col_half {
    margin-bottom: 15px;
  }
  .mobile-center-promo > video {
    height: 100% !important;
    width: auto !important;
  }
  .section {
    font-size: 18px;
  }
  .history-title {
    font-size: 26px;
  }
  .separator-wrap {
    height: 25vh;
  }
  .history-quote {
    font-size: 24px;
  }
  .author-quote {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .col_five_sixth,
  .col_four_fifth,
  .col_full,
  .col_half,
  .col_one_fifth,
  .col_one_fourth,
  .col_one_sixth,
  .col_one_third,
  .col_three_fifth,
  .col_three_fourth,
  .col_two_fifth,
  .col_two_third,
  .postcontent,
  .postcontent.bothsidebar,
  .sidebar {
    text-align: center;
    margin-bottom: 30px !important;
  }
  .col_half,
  .posters-wrap > .col_half,
  .posters-wrap > .col_last {
    width: 100%;
  }
  .our-showers-wrap {
    margin-top: 0px;
  }
  .our-showers-wrap a {
    margin-bottom: 10px;
    width: 100%;
  }
  .our-showers-wrap a:last-child {
    margin-bottom: 0;
  }
  .posters-wrap {
    height: auto;
    min-height: auto;
  }
  .posters-wrap > .col_last > a:first-child {
    margin-bottom: 30px;
  }
  .social-post {
    width: 31.83%;
    margin: 0 0.75% 10px;
  }
  .separator-wrap {
    height: 15vh;
  }
  .info-movie {
    width: 70%;
  }
  .vert_center {
    display: block;
  }
  .for_desktop {
    display: none;
  }
  .for_mobile {
    display: block;
  }
  .section {
    margin: 0;
    padding: 30px 0;
  }
  .p-b-60 {
    padding-bottom: 0 !important;
  }
  .watch-promo-video-but {
    margin-bottom: 10vh;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .swiper_wrapper:not(.force-full-screen),
  .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid)
    .swiper-slide {
    height: 460px !important;
  }
}
@media only screen and (max-width: 480px) {
  .info-movie {
    width: 90%;
  }
  .section {
    font-size: 15px;
  }
  .history-title {
    font-size: 20px;
  }
  .history-quote {
    font-size: 18px;
  }
  .history-quote::before {
    top: -15px;
    left: 0;
  }
  .history-quote::after {
    right: 0;
  }
  .author-quote {
    font-size: 16px;
  }
  .author-quote::after,
  .author-quote::before {
    font-size: 60px !important;
  }
  .author-quote::before {
    top: -25px !important;
    left: -20px !important;
  }
  .author-quote::after {
    bottom: -55px !important;
    right: -25px !important;
  }
  .autor-name-quote {
    font-size: 14px;
  }
  .autor-spec-quote {
    font-size: 12px;
  }
  .col_two_third {
    text-align: left !important;
  }
  body .mobile-pics-box {
    margin: 30px 0 0 0;
    padding: 0;
    width: 100% !important;
  }
  .iframe-about-movie {
    height: 160px !important;
  }
  .owl-carousel .owl-stage-outer {
    border-left: none !important;
    border-right: none !important;
    padding: 0 !important;
  }
  .owl-nav {
    display: none;
  }
  .mob-slider-w-100 {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}
@media (max-width: 380px) {
  body .container {
    width: auto !important;
  }
}

.flex-poster-block {
  display: flex;
  gap: 0 20px;
}

#mob-wallpapers-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5%;
  z-index: 9999;
  padding: 20px 30px;
  width: 80vw;
  height: 80vh;
  position: fixed;
  top: 170vh;
  left: 10vw;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 16px;
  transition: .3s all ease-in-out;
  overflow: auto;
}

#mob-wallpapers-container::-webkit-scrollbar {
  display: none;
}

#mob-wallpapers-container>div {
  width: 19.5%;
}

.mob-wallpapers-container_open {
  top: 10vh !important;
}

p.mob-wallpaper-title {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
}

#close-mob-wallpaper-btn {
  position: absolute;
  top: 25px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 40px;
  cursor: pointer;
}
p.download-image {
  cursor: pointer;
  text-align: center;
  padding-top: 12px;
  color: #008dca;
  font-size: 14px;
}
#mob-wallpapers-container p.download-image {
  color: #fff;
}
.wallpapers-container > div{
  width: 48%;
}
#open-mob-wallpaper-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 50px;
  margin: 0px auto 60px;
}
.primary-btn {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #008FCD;
  border: 1px solid #FFFFFF;
  border-radius: 0px 24px 24px 24px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .container {
    justify-content: center;
  }

  .flex-poster-block {
    flex-wrap: wrap;
    gap: 0;
  }
  .flex-poster-block>a {
    width: 100%;
    margin-bottom: 15px;
  }
  .flex-poster-block>a:last-child {
    margin-bottom: 0;
  }

  .wallpapers-container {
    justify-content: space-between;
  }
  .wallpapers-container > div:last-child{
    display: none;
  }
  #mob-wallpapers-container {
    padding: 10px 12px;
    width: 90vw;
    left: 5vw;
  }
  #mob-wallpapers-container>div {
    width: 24%;
  }
  p.mob-wallpaper-title {
    font-size: 18px;
  }
  #close-mob-wallpaper-btn {
    top: 3px;
    right: 5px;
  }
}
@media only screen and (max-width: 600px) {
  #mob-wallpapers-container>div {
    width: 33%;
  }
}
@media only screen and (max-width: 480px) {
  #mob-wallpapers-container>div {
    width: 48%;
  }
  .watch-promo-cont > h1 {
    height: 70%;
  }
}
@media only screen and (max-width: 440px) {
  .watch-promo-logo{
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}