.MyLPs {
  color: black;
  overflow: hidden;
}
.MyLPs .col_xs_4,
.MyLPs .col_xs_6,
.MyLPs .col_xs_8,
.MyLPs .col_xs_12 {
  padding: 10px;
}
.MyLPs .radiusCorners {
  border-radius: 16px;
}
.MyLPs img {
  width: auto;
  max-width: 100%;
}
.MyLPs .btnCommon {
  font-size: 18px;
  font-weight: 400 !important;
  color: white;
  background-color: #01ad6e;
  font-weight: lighter;
  border-radius: 5px;
  padding: 15px 10px;
  display: block;
  transition: all linear 0.2s;
  display: flex;
  justify-content: center;
}
.MyLPs .btnCommon span {
  align-self: center;
}
.MyLPs .btnCommon:hover {
  background-color: #263844;
}
.MyLPs .btnCommonBig {
  font-size: 27px;
}
.MyLPs .linkStretched {
  z-index: 5;
  overflow: hidden;
  display: block;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.MyLPs h2 {
  margin: 20px 0;
}
.MyLPs p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}
.MyLPs .f20 {
  font-size: 20px;
  line-height: 30px;
}
.MyLPs .f50 {
  font-size: 50px;
  line-height: 50px;
}
.MyLPs .f120 {
  font-size: 120px;
  line-height: 120px;
}
.MyLPs .Bg {
  padding: 100px 0 10% 0;
  background: #cfd8eb url('https://support3.you.gr/you/redesign/landing_pages/2021_xiaomi11Tseries/images/bg.jpg') center bottom no-repeat;
}
.clrWhite {
  color: white !important;
}
.weight_bold {
  font-weight: 800;
}
.weight_light {
  font-weight: 300;
}
.btnXiaomi {
  color: white;
  font-size: 20px;
  line-height: 20px;
  border-radius: 15px;
  padding: 18px 40px;
  display: inline-block;
  background-color: #f16421;
  transition: all linear 0.1s;
  font-weight: 600;
}
.btnXiaomi:hover {
  color: #f16421;
  background-color: white;
}
@media (max-width: 1200px) {
  .MyLPs iframe {
    height: 450px !important;
  }
  .MyLPs .Bg {
    padding: 80px 0 10% 0;
    background: #cfd8eb url('https://support3.you.gr/you/redesign/landing_pages/2021_xiaomi11Tseries/images/bg.jpg') center bottom no-repeat;
    background-size: 130%;
  }
}
@media (max-width: 991px) {
  .MyLPs iframe {
    height: 350px !important;
  }
  .MyLPs .f50 {
    font-size: 30px;
    line-height: 30px;
  }
  .MyLPs .f120 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .MyLPs .Bg {
    padding: 50px 0 40% 0;
    background: #cfd8eb url('https://support3.you.gr/you/redesign/landing_pages/2021_xiaomi11Tseries/images/bg.jpg') center bottom no-repeat;
    background-size: 130%;
  }
}
@media (max-width: 576px) {
  .MyLPs .f50 {
    font-size: 20px;
    line-height: 25px;
  }
  .MyLPs .f120 {
    font-size: 40px;
    line-height: 40px;
  }
  .MyLPs iframe {
    min-height: 250px;
    height: auto !important;
  }
  .btnXiaomi {
    font-size: 15px;
    line-height: 15px;
  }
}