/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 10 2024 | 18:47:38 */
.section-full-width {
    position: relative;
    overflow: hidden;
   
}

@media screen and (max-width: 768px) {
    .cs-arrows {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        top: auto;
        right: 50%;
        bottom: 20px;
        margin-right: -41px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        display: none !important;
    }
}


