/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 2, 2015, 1:19:45 PM
    Author     : scott
*/


.featured-rotating-group {
   padding: 0px 5px;
}

.featured-rotating-group img {
   border: 3px white solid;
   width: 105px;
   height: 105px;
}

@media only screen and (max-width: 600px) {
.featured-rotating-group img {
   border: 2px white solid;
   width: 83px;
   height: 83px;
}   
}

@media only screen and (max-width: 400px) {
   .featured-rotating-group:nth-child(n + 4) {
      display: none;
   }
}

@media only screen and (min-width: 401px) and (max-width: 500px) {
   .featured-rotating-group:nth-child(n + 5) {
      display: none;
   }
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
   .featured-rotating-group:nth-child(n + 6) {
      display: none;
   }
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {
   .featured-rotating-group:nth-child(n + 5) {
      display: none;
   }
}

@media only screen and (min-width: 1051px) and (max-width: 1170px) {
   .featured-rotating-group:nth-child(n + 6) {
      display: none;
   }
}
/*
@media only screen and (min-width: 1171px) and (max-width: 1330px) {
   .featured-rotating-group:nth-child(n + 7) {
      display: none;
   }
}

@media only screen and (min-width: 1331px) and (max-width: 1455px) {
   .featured-rotating-group:nth-child(n + 8) {
      display: none;
   }
}
*/

