/** Generated by QuickPaging **/
.scrollsHeader {
    background: #eee;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 15px;
    margin: 10px 0;
    color: #000;
    text-align: right;
    font-size: 12pt;
    padding-right: 30px;

}
.scrolls {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin-bottom: 40px;
}

.fitrHero {
    width: 100%;
    text-align: center;
    border-radius: 9px;
    margin: 0 auto;
}

.fitrDesktop {
width: 100%;
border-radius: 9px;
}

.fitrMobile {
width: 100%;
display: none;
border-radius: 9px;
}


@media (max-width: 992px) { 
.fitrDesktop {
display: none;
}
.fitrMobile {
display: block;
}
}
