    

.leftslot_b_container{
  width: 300px;
}
.topslot_container {
    margin: 10px auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* smartphone */
@media screen and (max-width: 761px) {
  .topslot_container {
    height: 250px;
  }
  .topslot_container.home {
    height: 100px;
  }
  @media screen and (max-height: 550px) {
    body:not(.translator) .topslot_container {
      height: 100px;
    }
  }
  .parallax-container {
    width: 100%;
    height: 250px;
    position: relative;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    box-sizing: content-box;
  }
  .page .cobuild .hom .parallax-container {
    margin-left: calc(-1.5em - 15px);
  }
  .parallax-abs {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    top: 0;
    left: 0;
    clip: rect(auto,auto,auto,auto);
  }
  .parallax-fix {
    width: 320px;
    height: 100%;
    position: fixed;
    top: 0;
    margin: 0 auto;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* tablet */
@media screen and (min-width: 762px) and (max-width: 948px){
  .topslot_container {
    height: 90px;
  }
  #ad_rightslot {
    height: 250px;
  }
}

/* desktop */
@media screen and (min-width: 949px) and (max-width: 1239px){
  .topslot_container {
    height: 90px;
  }
  #ad_rightslot {
    height: 250px;
  }
}

/* HD */
@media screen and (min-width: 1240px) {
  .topslot_container {
    height: 90px;
  }
  .topslot_container.home {
    height: 250px;
  }
  #ad_rightslot {
    height: 250px;
  }
}
body.dfp-collapse-true .topslot_container{
  height: 0;
  margin: 0;
}