/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.tp-widget-wrapper {



}
#trustpilot-widget-trustbox-0{
   /*position: absolute !important;*/


}
.asSeen img{
    display: none;
}
#index .asSeen img{

    width: 20%;
    z-index: 10;
    display: inline-block;
    margin-bottom: 12px;
}
@media (max-width: 767px) {
#index .asSeen img{
        /*position: absolute;*/
        width: 35%;
        display: inline-block;
    margin-bottom: 12px;
    }
}