.banners-default_home{
    float: left;
    width: 75%;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
}
.banners-default_100 , .banners-default_75, .banners-default_50{
    float: left;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
}

.banners-default_home a,.banners-default_100 a, .banners-default_75 a , .banners-default_50 a{
    display: block;
    margin-bottom: 16px;
}

@media only screen and (min-width: 992px){
    .banners-default_home{
        width: 75%;
    }
}
@media only screen and (max-width: 991px){
    .banners-default_home{
        width: 100%;
    }
}
@media only screen and (max-width: 380px){
    .banners-default_home .col-xs-4{
        width: 100%;
        text-align: center;
    }
}