
#hd_pop {
    display: flex;
    grid-gap: 20px;
    margin: 0 10px;
        box-sizing: border-box;
}

#hd_pop .hd_pops {
    position: relative;
    left: initial!important;
}

.hd_pops_con {
    height: auto!important;
    width: auto!important;
}

@media all and (max-width:767px) {
    #hd_pop {
        display: block;
    }
    #hd_pop .hd_pops {
        position: absolute;
    }
    .hd_pops_con {
        width: 100%!important;
    }
}