@media (min-width: 245px) and (max-width: 991px){
    .dropdown-menu.show {
        display: contents;
    }
}

