@media screen and (max-width:1024px) {
    
.hide_desktop{
    display:block;
}

.float_2{
    float:none;
    width:100%;
}
    
}