Logic for 3 doc pages
/*add the play button to the right spot - Gera */
.single-procedure > div.site-container > div > div > div:nth-child(3) > div #playhover {
top: 200px;
}
/* making home page play button slightly transparent on smaller screens */
@media only screen and (max-width: 999px) {
.single-procedure > div.site-container > div > div > div:nth-child(3) > div #playhover {
opacity: .5;
top: 0px;
}
}