.thumbnail { 
    float:left; 
    background-color:
     white; margin:3px; 
    text-decoration: none;
    padding: 2px !important;
    min-height: 238px; 
} 

div.img-listbox {
    padding-bottom: 30pt;
    text-align: center;        
}

div.img-tumbnail {
    text-align: center;
    display: inline-block;    
    width: 456px;    
    vertical-align:top;
    padding-bottom: 4px;
    cursor: pointer;
}


.img-tumbnail > p { padding-top: 5pt; font-size: 12pt; padding-bottom: 0;
    margin-block-start: 0; margin-block-end: 0 }


div.w-title {
    padding-top: 8px;
}

.img-listbox h2 { 
    color: #636363;
    text-transform: capitalize;
}

@media (min-width: 100px) and (max-width: 1000px) {
  
    div.img-tumbnail {
        width:97% !important;
    }

    div.img-tumbnail img {
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;    
    }

 }


 .intro-img {
    background-repeat: no-repeat;
    background-position: bottom center;     
}

 .intro-item {
     display: inline-block;
     cursor: pointer;
     margin-bottom: 20pt;
 } 

 