.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% !important;
}
.MyLPs h2 {
  font-size: 48px;
  font-weight: 800;
  color: #2b2d40;
  margin-bottom: 10px;
}
.MyLPs .btnCommon {
  font-size: 20px;
  transition: all linear 0.2s;
}
.MyLPs .linkStretched {
  z-index: 5;
}
.clrDarkBlue {
  color: #2b2d40 !important;
}
.clrWhite {
  color: white !important;
}
.bgGreen {
  background-color: #49cfc7 !important;
}
.bgPink {
  background-color: #facccd !important;
}
.Subtitle {
  font-size: 36px;
  font-weight: 400;
  color: #2a9f98;
}
.f36 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 0;
}
.f30 {
  font-size: 30px;
  font-weight: 800;
  line-height: 35px;
  color: #2b2d40;
}
.TopBanner {
  position: relative;
  margin: 0 auto;
}
.TopBanner img {
  width: auto;
}
.TopBannerInner {
  background: url('//support3.you.gr/you/redesign/landing_pages/2020_Easter/images/airplane.png') right top no-repeat, #f28079 url('//support3.you.gr/you/redesign/landing_pages/2020_Easter/images/bear.png') 3% bottom no-repeat;
  background-size: 220px, 350px;
  border-radius: 16px;
  height: 600px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.TopBannerInner img {
  position: absolute;
}
.TopBannerInner div {
  font-size: 34px;
  color: white;
  text-align: center;
  position: absolute;
  bottom: 25px;
  padding: 0 15px;
  width: 100%;
}
.TopBannerInner div span {
  font-size: 14px;
  display: block;
  margin-top: 20px;
}
.TopBannerInner:hover .btnCommon {
  -webkit-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.2);
}
.Balloons {
  width: 350px !important;
  left: 50%;
  top: 45%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all ease 1.9s;
}
.Rocket {
  left: 10%;
  top: 0;
  opacity: 0;
  width: 180px !important;
  transition: all ease 0.7s 1.5s;
}
.Stars {
  left: 2%;
  top: 50px;
  width: 100px !important;
}
.Clouds {
  left: 50%;
  top: 2%;
  transform: translateX(-50%);
}
.Dice {
  right: 30px;
  bottom: 0;
}
.fpa {
  right: 18%;
  top: 20%;
  width: 220px !important;
  z-index: 2;
  transform: scale(0) rotate(-360deg);
  transition: all ease 0.7s 2s;
}
.VerticalProducts_Wrapper {
  border-radius: 10px;
  background-color: #49cfc7;
  text-align: center;
  padding: 10px 15px 0 15px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center 60%;
  position: relative;
  overflow: hidden;
}
.VerticalProducts_Wrapper .btnCommon {
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 20px 15px;
  transition: all ease-in 0.15s;
}
.VerticalProducts_Wrapper:hover .btnCommon {
  bottom: 0;
}
.fullWidthBanner {
  margin: 60px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 15px;
}
.MyLpsMaskLink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.LinkButton {
  background-color: white;
  border-radius: 8px;
  display: inline-block;
  padding: 15px 25px;
  margin: 28px auto 0 auto;
  font-weight: 600;
  color: #2b2d40;
  transition: all linear 0.2s;
}
.LinkButton:hover {
  color: #2b2d40;
  -webkit-box-shadow: 0px 0px 23px 0px rgba(255, 255, 255, 0.55);
  -moz-box-shadow: 0px 0px 23px 0px rgba(255, 255, 255, 0.55);
  box-shadow: 0px 0px 23px 0px rgba(255, 255, 255, 0.55);
}
.TitleBanner {
  background: #4bcec6 url('//support3.you.gr/you/redesign/landing_pages/2020_Easter/images/topBanner_bg.jpg') center bottom no-repeat;
  border-radius: 10px;
  height: 400px;
  position: relative;
}
.easter_logo {
  margin: 0 auto;
}
.basket {
  position: absolute;
  left: 0;
  top: 25%;
  max-width: 240px;
}
.carrots {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.TwoCol_Products {
  border-radius: 10px;
  background: linear-gradient(90deg, #09b19f 0%, #09b19f 49%, #106b5f 100%);
  margin: 9px 6px;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
  height: 100%;
}
.TwoCol_Products img {
  max-width: 100%;
  position: absolute;
}
.TwoCol_Products .Desc {
  margin-top: 36%;
  position: relative;
  padding: 0 15px;
}
.TwoCol_Products:hover .btnCommon {
  -webkit-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.2);
}
.TwoCol_Products2 {
  padding-top: 20px;
}
.TwoCol_Products2 .Desc {
  margin-top: 0;
  position: relative;
  z-index: 1;
}
.TwoCol_Products2 img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.TwoCol_Products2 span {
  margin-top: 36%;
  position: relative;
  z-index: 1;
}
.TwoCol_Products_full {
  display: flex;
  justify-content: space-between;
  background-image: url('//support3.you.gr/you/redesign/landing_pages/2020_Easter/images/rabbit_ears.png');
  background-position: right bottom;
  background-repeat: no-repeat;
}
.TwoCol_Products_full img {
  position: relative;
  align-self: center;
  width: 60%;
}
.TwoCol_Products_full .Desc {
  margin-top: 0;
  align-self: center;
}
.GiftFinder_banner {
  padding: 100px 15px;
  background: url('//support3.you.gr/you/redesign/landing_pages/2020_Easter/images/GiftFinder_left.png') left bottom no-repeat, #f28079 url('//support3.you.gr/you/redesign/landing_pages/2020_Easter/images/GiftFinder_right.png') right bottom no-repeat;
  background-size: 550px;
}
.GiftFinder_banner .GiftFinder_title {
  font-size: 74px;
  line-height: 74px;
  color: white;
}
.GiftFinder_banner span {
  font-size: 34px;
  line-height: 34px;
  display: block;
  margin-top: 20px;
}
.Boxes {
  padding: 50px 20px;
  position: relative;
  height: 100%;
}
.Boxes:hover .btnCommon {
  -webkit-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.2);
}
.LeftBox {
  background: #fff url('//support3.you.gr/you/redesign/landing_pages/2020_Easter/images/menoume_spiti1.jpg') left bottom no-repeat;
  background-size: 100%;
}
.LeftBox .Text {
  position: relative;
  padding-left: 140px;
}
.LeftBox .Text::before {
  content: url('//support3.you.gr/you/redesign/landing_pages/2020_Easter/images/stay_home.png');
  position: absolute;
  left: 0;
  top: 0;
}
.RightBox {
  background: #ffd156 url('//support3.you.gr/you/redesign/landing_pages/2020_Easter/images/menoume_spiti.jpg') right bottom no-repeat;
}
.Greetings {
  background: url('//support3.you.gr/you/redesign/landing_pages/2020_Easter/images/heart.png') 30% 20px no-repeat, url('//support3.you.gr/you/redesign/landing_pages/2020_Easter/images/heart.png') center bottom no-repeat, url('//support3.you.gr/you/redesign/landing_pages/2020_Easter/images/rabbit.png') 90% bottom no-repeat, #f28079 url('//support3.you.gr/you/redesign/landing_pages/2020_Easter/images/eggs2.png') left center no-repeat;
  background-size: 40px,auto,150px, 200px;
  padding: 65px 15px;
  border-radius: 10px;
  font-size: 48px;
  color: white;
  text-align: center;
}
.Greetings span {
  font-weight: 800;
}

.OralB {
  border-radius: 10px;
  overflow: auto;
  position: relative;
}
.OralB .LeftSection,
.OralB .RightSection {
  width: 50%;
  float: left;
  height: 400px;
}
.OralB .LeftSection {
  background: url('//support3.you.gr/you/redesign/landing_pages/2020_Easter/images/OralB-left.jpg') center center no-repeat;
  background-size: cover;
}
.OralB .RightSection {
  background: url('//support3.you.gr/you/redesign/landing_pages/2020_Easter/images/OralB-right.jpg') center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.OralB .RightSection .product {
  width: 50%;
  align-self: center;
}
.OralB .RightSection .product:first-of-type {
  display: none;
}
.OralB .RightSection .Desc {
  text-align: center;
  align-self: center;
}
.oral-b_logo {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  width: 160px !important;
}
.OralB:hover .btnCommon {
  -webkit-box-shadow: 0px 0px 20px 4px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 0px 20px 4px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 20px 4px rgba(255, 255, 255, 0.2);
}


@media (max-width: 1500px) {
  .basket {
    top: unset;
    bottom: 0;
  }
  .Greetings {
    background: url('//support3.you.gr/you/redesign/landing_pages/2020_Easter/images/heart.png') 30% 20px no-repeat, url('//support3.you.gr/you/redesign/landing_pages/2020_Easter/images/heart.png') center bottom no-repeat, url('//support3.you.gr/you/redesign/landing_pages/2020_Easter/images/rabbit.png') right bottom no-repeat, #f28079 url('//support3.you.gr/you/redesign/landing_pages/2020_Easter/images/eggs2.png') left center no-repeat;
    background-size: 40px,auto,100px,150px;
  }
}
@media (max-width: 1350px) {
  .TopBannerInner {
    background-size: 150px, 350px;
  }
  .Balloons {
    width: 320px !important;
    top: 40%;
  }
  .Rocket {
    width: 150px !important;
  }
  .Clouds {
    width: 420px !important;
  }
  .Dice {
    right: 20px;
    bottom: 10px;
    width: 170px !important;
  }
  .fpa {
    right: 10%;
    width: 180px !important;
  }
  .fullWidthBanner {
    background-size: 350px;
  }
  .VerticalProducts_Wrapper {
    background-size: 100%;
  }
  .GiftFinder_banner {
    padding: 70px 15px;
    background-size: 400px;
  }
  .Greetings {
    background: url('//support3.you.gr/you/redesign/landing_pages/2020_Easter/images/heart.png') 30% 20px no-repeat, url('//support3.you.gr/you/redesign/landing_pages/2020_Easter/images/heart.png') center bottom no-repeat, url('//support3.you.gr/you/redesign/landing_pages/2020_Easter/images/rabbit.png') 95% bottom no-repeat, #f28079 url('//support3.you.gr/you/redesign/landing_pages/2020_Easter/images/eggs2.png') left top no-repeat;
    background-size: 40px,auto,100px,140px;
    padding: 100px 15px;
  }
}
@media (max-width: 1200px) {
  .basket {
    top: unset;
    bottom: 0;
    max-width: 180px;
  }
  .carrots {
    max-width: 230px;
    bottom: 0;
  }
   .OralB .LeftSection,
  .OralB .RightSection {
    height: 450px;
  }
}
@media (max-width: 991px) {
  .f30 {
    font-size: 25px;
    line-height: 30px;
  }
  .f24 {
    font-size: 20px;
    line-height: 25px;
  }
  .TopBannerInner {
    background: none;
    background-color: #f28079;
    background-size: 150px, 220px;
  }
  .Balloons {
    width: 250px !important;
    top: 35%;
  }
  .Rocket {
    width: 100px !important;
  }
  .Clouds {
    width: 300px !important;
  }
  .Stars {
    top: 40%;
    left: 5%;
  }
  .Dice {
    right: 20px;
    bottom: 10px;
    width: 170px !important;
  }
  .fpa {
    top: 0;
    right: 0;
    width: 180px !important;
  }
  .fullWidthBanner {
    background-size: 250px;
  }
  .VerticalProducts_Wrapper {
    background-size: 100%;
    height: 550px;
  }
  .VerticalProducts_Wrapper .btnCommon {
    bottom: 0;
  }
  .GiftFinder_banner {
    padding: 50px 0;
    background-size: 300px;
  }
  .TwoCol_Products_full {
    background-size: 100px;
  }
  .RightBox {
    background-size: 600px;
  }
    .OralB .LeftSection,
  .OralB .RightSection {
    width: 100%;
    float: none;
    height: auto;
  }
  .OralB .LeftSection {
    height: 350px;
  }
  .oral-b_logo {
    top: 320px;
  }
}
@media (max-width: 768px) {
  .MyLPs h2 {
    font-size: 35px;
  }
  .Subtitle {
    font-size: 25px;
  }
  .VerticalProducts_Wrapper {
    background-size: auto;
  }
  .TitleBanner {
    height: auto;
    padding: 0 15px;
  }
  .basket,
  .carrots {
    display: none;
  }
  .GiftFinder_banner {
    padding: 40px 15px 200px 15px;
    background-size: 300px;
  }
  .TwoCol_Products_full {
    display: block;
    background-position: 85% bottom;
  }
  .TwoCol_Products_full img {
    width: 100%;
    margin: 0 auto;
  }
  .TwoCol_Products_full .Desc {
    margin-top: 20px;
  }
  .Greetings {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .TopBannerInner div {
    font-size: 25px;
  }
  .TopBannerInner div span {
    font-size: 12px;
    margin-top: 10px;
  }
  .Balloons {
    width: 200px !important;
    top: 25%;
  }
  .Rocket {
    left: 0;
    width: 100px !important;
  }
  .Clouds {
    left: unset;
    transform: none;
    right: 0;
    width: 200px !important;
  }
  .Stars {
    top: 40%;
    left: 5%;
  }
  .Dice {
    bottom: 30%;
    width: 120px !important;
  }
  .fpa {
    top: 36%;
    right: 35%;
    transform: scale(0) rotate(-360deg) translateX(-50%);
    width: 140px !important;
  }
  .fullWidthBanner {
    background-size: 200px;
  }
  .GiftFinder_banner .GiftFinder_title {
    font-size: 54px;
    line-height: 54px;
  }
  .GiftFinder_banner span {
    font-size: 24px;
    line-height: 24px;
  }
  .LeftBox .Text {
    position: relative;
    padding-left: 0;
    padding-top: 80px;
    text-align: center;
  }
  .LeftBox .Text::before {
    content: url('//support3.you.gr/you/redesign/landing_pages/2020_Easter/images/stay_home.png');
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
  }
  .RightBox {
    background-size: 350px;
  }
  .OralB .LeftSection,
  .OralB .RightSection {
    width: 100%;
    float: none;
    height: auto;
  }
  .OralB .LeftSection {
    height: 350px;
  }
  .OralB .RightSection {
    display: block;
    padding-bottom: 30px;
  }
  .OralB .RightSection .product {
    width: 100%;
  }
  .OralB .RightSection .product img {
    margin: 0 auto -50px auto;
  }
  .OralB .RightSection .product:last-of-type {
    display: none;
  }
  .OralB .RightSection .product:first-of-type {
    display: block;
  }
  .OralB .RightSection .Desc {
    text-align: center;
  }
}
@media (max-width: 450px) {
  .VerticalProducts_Wrapper {
    background-size: 100%;
    height: 500px;
  }
}