@media only screen and (max-width: 767px) {
    .dropdown-convert {
        border: 1px solid #e4e4e4;
        padding: 20px;
        width: 90%;
        position: relative;
        top: -20px;
        z-index: 99;
        background: white;
    }
}

