
@media only screen and (max-width: 900px) {
    .mobile {display: block;}
    .desktop {display: none;}
}


.img_visuals .mobile {
    width: 95%;
}