:root{

}

/* ---------------------- */
/* ----General - Start--- */
/* ---------------------- */

/* General - End */

/* ---------------------- */
/* Utility Classes -Start */
/* ---------------------- */

/* Utility Classes -End*/

/* ---------------------- */
/* Custom Styling - Start */
/* ---------------------- */

/* Custom Styling - End */

/* ---------------------- */
/* ----Module - Start ----*/
/* ---------------------- */

/* Modules - End */
.homebanners .section{
    background-size: cover;
}

.homepageBelowMidpage-template .ict-image{
    & img{
        object-fit: contain;
    }
}

@media screen and (max-width: 1087px) {
    .homebanners .section{
        background-position: left;
    }

    .homepageBelowMidpage-template{
        text-align: center;
    }
}
/* ---------------------- */
/* -----Pages - Start-----*/
/* ---------------------- */

/* Pages - End */

/* ---------------------- */
/* -----Responsiveness----*/
/* ---------------------- */

@media only screen and (max-width: 1600px) {
    
}

@media only screen and (max-width: 1280px) {
    
}

@media only screen and (max-width: 1024px) {
    
}

@media only screen and (max-width: 768px) {
    
}

@media only screen and (max-width: 320px) {
    
}
/* Responsiveness - End */

