@media(max-width:480px){
    .mobile_scroll{
    position: absolute;
    overflow: auto;
    width: 100%;
}
}