/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 10 2026 | 12:14:21 */
#experience {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    width: 100% !important;
}

/* Desktop / Laptop */
@media (min-width: 1025px) {
    #experience {
        min-height: 600px !important;
        background-position: center center !important;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    #experience {
        min-height: 500px !important;
        background-position: center center !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    #experience {
        min-height: 450px !important;
        background-position: center center !important;
    }
}