/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1200px) {
.logo img{
    float: left;
}
.banner-left {
    width: 150px;
    float: left;
    position: absolute !important;
    left: 15px;
    margin: 0;
    padding: 0;
}
.banner-right {
    width: 150px;
    float: right;
    position: absolute !important;
    right: 15px;
    margin: 0;
    padding: 0;
}
.banner-right .disabled .item-0,
.banner-left .disabled .item-0 {
    width: 150px;
    max-width: 100%;
}
.flip-container:hover .flipper, 
.flip-container.hover .flipper {
    transform: rotateY(180deg);
}
#brand-two,
#brand{
    background-repeat: repeat-y;
    position: absolute;
    top: 0px;
    height: 100%;
    width: 30%;
    background-size: 50%;
}
#brand{
    left: 0px;
    background-position: top left;
}
#brand-two {
    right: 0px;
    background-position: top right;
}
#rating .btn-more{
    margin-left: 20px;
}
.tab-content {
    min-height: 350px;
}
.front .firm-info {
    min-height: 155px;
}
.region-copy-rights {
    padding-top: 15px;
}
/*END*/
}