﻿@font-face {
  font-family: 'CeraLight';
  src: url('//www.you.gr/App_Themes/YouGR/fonts/Cera GR Light.otf') format('opentype'), url('//www.you.gr/App_Themes/YouGR/fonts/Cera GR Light.woff') format('woff');
}
.MyContainer {
  background-color: #6abfb4;
  background-image: url('https://support3.you.gr/you/newsletter/LANDING_PAGE/WinterSale2019/images/TopBranchLeft.png'), url('https://support3.you.gr/you/newsletter/LANDING_PAGE/WinterSale2019/images/TopBranchRight.png');
  background-position: left top, right top;
  background-repeat: no-repeat;
  position: relative;
  font-family: 'CeraLight';
  padding: 0 50px 50px 50px;
}
.WinterSaleTitleSmall {
  display: none;
}
.Full_W_Wrapper {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
  display: block;
}
.Full_W_Wrapper .ProductImg {
  width: 100%;
}
.Full_W_Wrapper .ProductImgSmall {
  display: none;
}
.Full_W_title {
  display: block;
  font-size: 55px;
  line-height: 60px;
  color: white;
  text-transform: uppercase;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  position: relative;

}
.Half_W_Wrapper {
  display: block;
  position: relative;
  width: calc(50% - 40px);
  float: left;
}
.Half_W_Wrapper .ProductImg {
  width: 100%;
}
.Half_W_WrapperRight {
  float: right;
}
.Half_W_title {
  display: block;
  font-size: 36px;
  line-height: 46px;
  color: white;
  text-transform: uppercase;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  .Half_W_title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .Full_W_title {
    font-size: 22px;
    line-height: 28px;
  }
  .Full_W_Wrapper {
    margin-top: 0;
  }
  .Full_W_Wrapper .ProductImg {
    display: none;
  }
  .Full_W_Wrapper .ProductImgSmall {
    display: block;
  }
  .MyContainer {
    padding: 0 25px 50px 25px;
    background-size: 80px;
  }
  .Half_W_Wrapper {
    width: 100%;
    float: none;
    margin-bottom: 50px;
  }
  .Half_W_WrapperRight {
    float: none;
  }
}
@media (max-width: 500px) {
  .WinterSaleTitle {
    display: none;
  }
  .WinterSaleTitleSmall {
    display: block;
  }
}