/* ALGOLIA INSTANT SEARCH LAYOUT FIX */
#algolia_instant_selector .hits .infos {
    height:50px;
}
@media only screen and (max-width: 490px) {
    #algolia_instant_selector .hits .infos {
        height:70px;
    }
}

/*ALGOLIA SEARCH AUTOCOMPLETE LAYOUT FIX */
@media only screen and (min-width: 768px) {
    #algolia-autocomplete-container .autocomplete-wrapper .col9 {
        width: 69%;
        float: left;
    }
}