/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

/* Custom Mobile Background Image for Homepage & About */

@media only screen and (max-width: 768px) {
    div.blockWrap_f899ca0e1e674ccbbac858950867939b {
        background-image: url(https://static.mywebsites360.com/daf59f561867438f855955c2f13da22e/i/ad1025e5cc1641fb9bb607599bcde5d7/1/GCuCv726gZycFxatRCb7iU/mobile%20bg%20-%20home.jpg);
        padding: 150px;
    }
}

@media only screen and (max-width: 768px) {
    div.blockWrap_d32763e32e6d45b6bc4a82949fce1bea {
        background-image: url(https://static.mywebsites360.com/daf59f561867438f855955c2f13da22e/i/aa9f79971e50414088051c7b361edd4d/1/GCuCv726gZycFxatRCb7iU/mobile%20bg%20-%20about.jpg);
        padding: 100px;
    }
}