@media only screen and (max-width: 600px) {
     block_f99017cbaaec477c92b83a30d172f24b>.blockInnerContent>.container {
          max-width: 600px;
          width: auto;
     }
}

/* 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; 
    }
}