.movies li{
  float: left;
  margin: 0px 0px 15px 1.7%;
  width: 18.3%;
  max-height: 250px;
}

.movies a{
    border: 2px solid #3E3E3E;
    display: block;
}

.movies li a img{
  width: 100%;
  max-height: 250px;
}

.scenes li, .studios .scenes li {
  width: 18%;
  margin: 0 1% 15px
}

.scenes li a img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.scenes-container .li-scene  .li-dvd-div-item{
  position: relative;
  height: 120px;
}

.li-dvd .info-tag-hd img{
    border: none;
}


.li-dvd .info-tag-hd{
    position: absolute;
    display: inline-block;
    color: #fff;
    overflow: hidden;
    right: 8px;
    top: 5px;
}

.li-dvd .info-tag-new img{
    border: none;
}

.li-dvd .info-tag-new{
    position: absolute;
    display: inline-block;
    color: #fff;
    overflow: hidden;    
    top: 2px;
    left: 4px;
}

  
@media only screen and (min-width: 901px) and (max-width: 1024px) {
  .movies li a img{
    width: 100%;
    max-height: 272px;
  }

  .movies li{
    float: left;
    width: 23.3%;
    max-height: 300px;
  }
  
  /*
   * SCENES
   */
  .scenes-container .li-scene  .li-dvd-div-item{
    position: relative;
    height: 100px;
  }
  
  .scenes li a img{
    width: 100%;
    height: 100%;
  }
  
  .scenes li, .studios .scenes li {
    width: 23%;
    margin: 0 1% 35px
  }
  
}

@media only screen and (min-width: 801px) and (max-width: 900px) {
  .movies li{
    float: left;
    width: 23.3%;
    max-height: 280px;
  }

  .movies li a img{
    width: 100%;
    max-height: 240px;
  }
  
  /*
   * SCENES
   */
  .scenes li a img{
    width: 100%;
    max-height: 150px;
  }
  
  .scenes li, .studios .scenes li {
    width: 31%;
    margin: 0 1% 35px
  }
  
}

@media only screen and (min-width: 701px) and (max-width: 800px) {
  .movies li{
    float: left;
    width: 23.3%;
    max-height: 250px;
  }

  .movies li a img{
    width: 100%;
    max-height: 207px;
  }
  
  /*
   * SCENES
   */
  .scenes li a img{
    width: 100%;
    max-height: 138px;
  }
  
  .scenes li, .studios .scenes li {
    width: 31%;
    margin: 0 1% 40px
  }
  
}

@media only screen and (min-width: 601px) and (max-width: 700px) {
  /*
   * MOVIES
   */
  .movies li{
    float: left;
    width: 31.3%;
    max-height: 300px;
  }

  .movies li a img{
    width: 100%;
    max-height: 237px;
  }
  
  /*
   * SCENES
   */
  .scenes li, .studios .scenes li {
    width: 31%;
    margin: 0 1% 42px
  }
  
  .scenes li a img{
    width: 100%;
    max-height: 100%;
  }
  
}

@media only screen and (min-width: 451px) and (max-width: 601px) {
  /*
   * MOVIES
   */
  .movies li{
    float: left;
    margin: 0px 0px 60px 1.7%;
    width: 48.3%;
  }

  .movies li a img{
    width: 100%;
    min-height: 30px;
    max-height: 276px;
  }
  
  /*
   * SCENES
   */
  .scenes li, .studios .scenes li {
    width: 48%;
    margin: 0 1% 15px
  }

  .scenes li a img {
    width: 100%;
    max-height: 150px;
  }
    
}

@media only screen and (min-width: 361px) and (max-width: 450px){
  /*
   * SCENES
   */
  .scenes li, .studios .scenes li {
    width: 48%;
    margin: 0 1% 27px
  }
  .scenes li a img{
    width: 100%;
    min-height: 30px;
    max-height: 150px;
  }
}

@media only screen and (min-width: 220px) and (max-width: 450px) {
  /*
   * MOVIES
   */
  .movies li {
    float: left;
    margin: 0px 0px 250px 1.7%;
    width: 99.3%;
  }
      
  .movies li a img{
    width: 100%;
    min-height: 30px;
    max-height: 484px;
  }  
}

@media only screen and (min-width: 220px) and (max-width: 360px) {
  /*
   * SCENES
   */
  .scenes li, .studios .scenes li {
    width: 66%;
    margin: 0 19% 35px;
    display: block;
  }

  .scenes li a img {
    width: 100%;
    max-width: 225px;
    max-height: 150px;
  }

}  