﻿.MyContainer {
  padding: 10px;
  background-color: white;
  font-family: 'Roboto', sans-serif;
}
.TopBanner_Small {
  display: none;
}
.HalfDivs {
  width: calc(50% - 10px);
  float: left;
  margin-bottom: 20px;
}
.HalfDivs img {
  width: 100%;
}
.HalfDivRight {
  float: right;
}
.UnevenDiv {
  width: calc(70% - 20px);
  float: left;
  margin-right: 20px;
  background: url('https://support3.you.gr/you/newsletter/LANDING_PAGE/B2S_2018/images/Lenovo120s.jpg') center center no-repeat;
  background-size: cover;
  height: 350px;
}
.UnevenDivRight {
  width: 30%;
  float: left;
  height: 350px;
  border-style: solid;
  border-width: 10px;
  -moz-border-image: url('https://support3.you.gr/you/newsletter/LANDING_PAGE/B2S_2018/images/LaptopsBg.jpg') 8 9 9 10 round round;
  -webkit-border-image: url('https://support3.you.gr/you/newsletter/LANDING_PAGE/B2S_2018/images/LaptopsBg.jpg') 8 9 9 10 round round;
  -o-border-image: url('https://support3.you.gr/you/newsletter/LANDING_PAGE/B2S_2018/images/LaptopsBg.jpg') 8 9 9 10 round round;
  border-image: url('https://support3.you.gr/you/newsletter/LANDING_PAGE/B2S_2018/images/LaptopsBg.jpg') 8 9 9 10 round round;
  background: url('https://support3.you.gr/you/newsletter/LANDING_PAGE/B2S_2018/images/Laptops.jpg') center center no-repeat;
}
.ThreeDivsInRow {
  width: calc(33.3% - 10px);
  float: left;
  display: block;
}
.ThreeDivsInRow img {
  width: 100%;
}
.ThreeDivsInRowMiddle {
  margin: 0 15px;
}
@media (max-width: 1200px) {
  .UnevenDiv {
    background-size: 100%;
  }
}
@media (max-width: 991px) {
  .UnevenDiv {
    width: calc(50% - 10px);
    background-image: url('https://support3.you.gr/you/newsletter/LANDING_PAGE/B2S_2018/images/Lenovo120s_Small.png'), url('https://support3.you.gr/you/newsletter/LANDING_PAGE/B2S_2018/images/Lenovo120s_SmallBg.jpg') !important;
    background-position: center center,center center;
    background-repeat: no-repeat, no-repeat;
    background-size: 300px,cover;
  }
  .UnevenDivRight {
    width: calc(50% - 10px);
    float: right;
    height: 350px;
  }
}
@media (max-width: 600px) {
  .TopBanner {
    display: none;
  }
  .TopBanner_Small {
    display: block;
  }
  .ThreeDivsInRow {
    width: calc(50% - 10px);
    float: left;
    display: block;
  }
  .ThreeDivsInRowMiddle {
    margin: 0;
    float: right;
  }
  .ThreeDivsInRowLast {
    width: 100%;
    margin-top: 10px!important;
    display: block;
  }
}
@media (max-width: 500px) {
  .HalfDivs {
    width: 100%;
    margin-bottom: 20px;
  }
  .UnevenDiv {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    height: 300px;
  }
  .UnevenDivRight {
    width: 100%;
    float: right;
    height: 300px;
  }
}