#slides2 .icon img {
  height: 38px;
  width: 38px;
}

#slides2 .icon {
  margin: auto;
  display: none;
}

#slides2 .ball {
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  margin: 5px auto;
}

#slides2 #sub-preloader {
  z-index: 2000000;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  background-color: #3b3b3b;
  background-image: linear-gradient(#252527, #60605f);
}

#slides2 .link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 200;
}

#slides2 div {
  -webkit-transform: translate3d(0, 0, 0);
}

#slides2 .bg-s {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  left: 0px;
  margin: auto;
  width: 100%;
  max-height: 220px;
  background-size: 1599px 220px !important;
  background-position: center top !important;
  pointer-events: none;
  z-index: -3;
}

#slides2 .f-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 204px;
}

#slides2 .tshirt-l,
#slides2 .tshirt-r,
#slides2 #the-mask-img,
#slides2 #the-mask-img2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 113px;
  height: 133px;
  position: absolute;
  left: 45px;
  background-size: cover !important;
  margin-top: -9px;
}

#slides2 .tshirt-r {
  left: auto;
  right: 45px;
}

#slides2 .tshirt-l span,
#slides2 .tshirt-r span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  position: absolute;
  bottom: -35px;
  font-size: 17px;
  font-weight: bold;
  font-style: italic;
  line-height: normal;
  text-align: center;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}

#slides2 #h,
#slides2 #sub-h {
  width: 100% !important;
  text-align: center;
}

#slides2 #h {
  font-size: 29px;
  color: #fbc302;
  font-weight: bold;
  padding: 0;
  margin: 9px 0 3px 0;
  height: auto;
  max-width: 270px;
}

#slides2 #sub-h {
  font-size: 17px;
  font-weight: bold;
}

#slides2 #h p,
#slides2 #sub-h p {
  margin: 0;
  line-height: 31px;
}

#slides2 button.b-yellow {
  margin-top: 9px;
  padding-left: 14px;
  padding-right: 14px;
  z-index: 300;
}

#slides2 .flash {
  width: 70px;
  height: 70px;
  background-size: cover !important;
  position: absolute;
  top: 70px;
  right: 122px;
}

#slides2 .flash.two {
  top: 15px;
  left: 134px;
  width: 90px;
  height: 90px;
}

#slides2 .ico-live {
  font-size: 17px;
  font-weight: bold;
  display: flex;
  position: relative;
  padding: 10px;
  padding: 5px 10px;
  color: #f9c12e;
  border-radius: 5px;
  border: 0px solid #fbc302;
  margin-top: 10px;
  overflow: hidden;
}

#slides2 .ico-live:before {
  content: "";
  display: block;
  background-color: #156ec5;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0.85;
}

#slides2 #waves {
  position: absolute;
  border: 0px solid red;
  margin: auto;
  top: -9px;
  left: -95px;
  right: 0;
  z-index: -1;
  width: 250px;
  height: 44px;
  border: 0px solid red;
}

#slides2 svg {
  -webkit-filter: brightness(90%);
  -moz-filter: brightness(90%);
  visibility: hidden;
}

/* SLIDER IMAGES PATHS FOR STANDARD SCREEN */
/* slide 1 */

/* SLIDER IMAGES PATHS FOR RETINA */
@media (-webkit-min-device-pixel-ratio: 1.3),
  (min--moz-device-pixel-ratio: 1.3),
  (-o-min-device-pixel-ratio: 2.6/2),
  (min-device-pixel-ratio: 1.3),
  (min-resolution: 1.3dppx) {
  /* nothing */
}

/* RESOLUTION ADJUSTMENTS INDIVIDUAL FOR ALL SLIDES */
@media screen and (min-width: 720px) {
  /*if parent window is bigger than 2020px*/
  #slides2 .tshirt-l,
  #slides2 .tshirt-r,
  #slides2 #the-mask-img,
  #slides2 #the-mask-img2 {
    width: 123px;
    height: 143px;
  }
}

@media screen and (max-width: 660px) {
  /*if parent window is smaller than 1900px*/
  #slides2 #h {
    font-size: 22px;
    max-width: 220px;
    line-height: 21px;
  }

  #slides2 #sub-h {
    font-size: 14px;
    font-weight: bold;
  }

  #slides2 #h p {
    line-height: 21px;
  }
}

@media screen and (max-width: 610px) {
  /*if parent window is smaller than 1800px*/
  #slides2 .tshirt-l {
    left: 25px;
  }

  #slides2 .tshirt-r {
    right: 25px;
  }

  #slides2 button.b-yellow {
    margin-top: 9px;
    padding-left: 11px;
    padding-right: 11px;
  }
}

@media screen and (max-width: 510px) {
  /*if parent window is smaller than 1600px*/
  #slides2 #h {
    font-size: 17px;
    max-width: 150px;
  }

  #slides2 #sub-h {
    font-size: 13px;
    font-weight: bold;
  }

  #slides2 .tshirt-l span,
  #slides2 .tshirt-r span {
    font-size: 13px;
  }
}

[popupmodal] {
  z-index: 100005 !important;
}
