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

Hello again!

I tried placing your code "

@media screen and (max-width: 767px)

(index):1744
.videoBackground .videoBoxInfoBtn {

display: inline-block !important;
margin-top: -100%;

}"
right under Laddis code
@media screen and (max-width: 767px){
.videoBoxInfo {
position: relative;
top: -50%;
}
}”
It still doesnt work, where should I place it?

Jessica