/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.content .main-section {
    overflow: hidden;
}

 .section-background {
   backface-visibility: hidden !important;
}

.section-background-image {
   backface-visibility: hidden !important;
}

.footer-widgets * {
   backface-visibility: hidden !important;
}

.fixed-image .section-background {
    transform: scale(1.1);
}

.fixed-image .section-background-image {
    transform: scale(0.95) !important;
}

body rs-slides {
    text-align: left !important;
}