/**************************************************************************************************
   BANNER
**************************************************************************************************/
.frontend #banner{
    /*width:100%;*/
    /*min-height: 200px;*/
    margin-bottom: 20px;
    /*background-color: rgba(0, 0, 0, 0.6);*/
    /*background-image: url('../../../../img/front/ajax-loader.gif');*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size:contain;
    text-align: center;
    overflow: hidden;
    opacity: 0;
}

.frontend #banner .img-responsive{
    margin:auto;
}