@media only screen and (max-width: 767px) {
    .boxes {
        display: none;
    }
    .animationDivForDecryption {
        display: none;
    }
}
