/* 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 */

@media only screen and (max-width: 768px) {
    div.blockWrap_e57ed11ca8ea4ad1954d8a7977b03fef {
        background-image: url(https://static.mywebsites360.com/a306db60bf54491bbc4a32aaa2a13c64/i/ceec0b0f568d42be9ad8002716a8c7a3/1/5feFb8zhrk/mobile.jpg);
    }
}

/* Equalize Simple List Blocks - Ductless AC Page*/

/* Change item class here */
.items_fc0971ba8b1a47c6a2457c6d0fbe41c5 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_fc0971ba8b1a47c6a2457c6d0fbe41c5 > .item {
	display: flex;
	flex-direction: column;
}