Why doesn't the 'Shop Now' button appear on my mobile site?

@Linnealoquest

Please add this css

@media screen and (max-width: 767px){
.videoBoxInfo {
    position: relative;
    top: -50%;
}
}

If this solution is worked, then please Like this and Mark this as accepted solution!

Laddi