@media screen and (max-width: 500px) {
    .play {
        left: 60%;
    }
    /* .play-mobile {
        display: block;
    } */
}