﻿/* Keep hover behavior only for desktop */
@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

.dropdown-menu-custom {
    position: relative;
    left: auto !important;
    right: 0 !important;
}
