/* ADJUSTMENTS TO THE MAIN BANNER IMAGE POSITIONING FOR TABLET AND SMARTPHONE */
@media only screen and (max-width: 800px) {
        .tfs-slider .background-image {
        background-position: 11% 50% !important;
    }
}