/* Livesearch */
.videogallery_search_result__thumbnail {
    float: left;
    margin-right: 1em;
    max-width: 90px;
}

.videogallery_search_result__body{
    font-size: 0.8em;
}

.videogallery_search_result{
    overflow: hidden;
    padding: 0.5em 0;
}

.vgsa-widget-search-results{
    padding-top: 0.5em;
}

@media only screen 
and (max-device-width: 400px){
    .videogallery_search_result__thumbnail {
        float: none;        
    } 
}