.ynot-home-ad-left {
  position: fixed;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  width: 50%;
  height: 100%;
  text-indent: -9999px;
}
.ynot-home-ad-right {
  position: fixed;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  text-indent: -9999px;
}

body.affil4you {
  background: url('/banners/affil4you/affil4you_bg_xxl.jpg') center top repeat-y fixed;
}
body.affil4you-scroll {
  background: url('/banners/affil4you/affil4you_bg_xxl.jpg') center top repeat-y;
}
body.trafficcompany {
  background: #fed204 url('/banners/trafficcompany/background.jpg') center top no-repeat fixed;
  background: url('/banners/trafficcompany/background-shadow.png') center top repeat-y, url('/banners/trafficcompany/background.jpg') top center no-repeat fixed;
}
body.juicyads {
  background: url('/banners/juicyads/2018_05_nativeads.png') center top no-repeat;
}
body.juicyads > .ynot-home-ad-right, .juicyads > .ynot-home-ad-left {
  position: absolute;
  height: 1080px;
}
body.dplcash {
  background: url('/banners/dplcash/bg_black.jpg') center top / cover no-repeat fixed;
}
body.modelclips, body.modelclips-slide {
  background: #000 url('/banners/modelclips/modelclips_bg.jpg') center top no-repeat fixed;
}
@media only screen and (min-width: 1280px) {
  body.modelclips-slide {
    background: #000 url('/banners/modelclips/modelclips_slide_bg.jpg') center top no-repeat fixed;
  }
  body.modelclips-slide > .ynot-home-ad-left {
    position: fixed;
    width: 200px;
    height: 455px;
    left: 50%;
    top: 0;
    margin-left: -790px;
    transition: .3s;
    background: url('/banners/modelclips/modelclips_slide_left.jpg') right top no-repeat;
    border-radius: 3px;
    z-index: 10;
  }
  body.modelclips-slide > .ynot-home-ad-right {
    position: fixed;
    width: 200px;
    height: 455px;
    right: 50%;
    top: 0;
    left: initial;
    bottom: initial;
    margin-right: -790px;
    transition: .3s;
    background: url('/banners/modelclips/modelclips_slide_right.jpg') left top no-repeat;
    border-radius: 3px;
    z-index: 10;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1560px) {
  body.modelclips-slide > .ynot-home-ad-left:hover {
    left: 0;
    margin-left: 0;
  }
  body.modelclips-slide > .ynot-home-ad-right:hover {
    right: 0;
    margin-right: 0;
  }
}
