@media screen and (max-width: 800px) {
    .hidden-graphics{
        display: none;
    }
}