
.only_mobile{ display:none; }
@media (max-width: 769px){
    body{ overflow-x: hidden; }
    .only_mobile{ display:flex; }
}
