/* Enter Your Custom CSS Here */
.thumbnail
{
    height: 400px !important;
}
.wlt_search_results.grid_style .frame {
    height: 330px !important;
}



@media only screen and (max-device-width: 360px) {
  
.wlt_search_results.grid_style .frame img {
    max-height: 330px; !important;
}
  
}

@media only screen and (max-device-width: 768px) {
  
.wlt_search_results.grid_style .frame img {
    max-height: 330px !important
}
  
  
}