 /*.dropdown>.dropdown-menu {*/
 /*  top: 200%;*/
 /*  !*transition: 0.3s all ease-in-out; *!*/
 /*}*/
 /*.dropdown:hover>.dropdown-menu {*/
 /*  display: block; */
 /*  top: 100%;*/
 /*}*/

/* .dropdown>.dropdown-toggle:active { */
/*   !*Without this, clicking will make it sticky*! */
/*     pointer-events: none; */
/* } */

@media (min-width: 576px) {
    .dropdown>.dropdown-menu {
        top: 200%;
        transition: 0.3s all ease-in-out;
    }
    .dropdown:hover>.dropdown-menu {
        display: block;
        top: 100%;
    }

    .dropdown>.dropdown-toggle:active {
        pointer-events: none;
    }
}


@media (max-width: 576px) {
    .sharesHome .dropdown>.dropdown-menu {top:-14px !important; transform: translate3d(10px, 42px, 0) !important;}
}
