- 
      
- 
        Save gera3d/91408411f11cf6dd4b3402801eac56f2 to your computer and use it in GitHub Desktop. 
    Logic for 3 doc pages
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /*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; | |
| } | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment