#books-parallax{
  background-image: url(img/books.PNG);
}
#mtf-book{
  background-image: url(img/mtf-book.PNG);
}
#mtf-book-es{
  background-image: url(img/mtf-book-es.PNG);
}


.book-picture{
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 22.2vw;
  /* transform: translateX(50%); */
  left: 0vw;
  top: 5%;
  margin-bottom: 5%;
}
#DOTK{
text-align: left;
}

#what-we-believe{
  line-height: normal;
}

#DOTK-pic{
    
    background-image: url(img/DOTK.png);
        
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
        
    width:50%;
    
    
    

}

a:link { 
    text-decoration: none;
    /* color: inherit;    */
  } 
  a:visited { 
    text-decoration: none;
    /* color: inherit;   */
  } 
  a:hover { 
    text-decoration: none; 
    color: rgb(41, 144, 241);
  } 
  a:active { 
    text-decoration: none; 
    color: rgb(111, 41, 241);
  }

@media (max-width: 550px){
    #DOTK-pic{
    
        background-image: url(img/DOTK.png);
            
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
            
        width:100%;
        
        
        
    
    }
    .book-picture{
      padding-top: 66.6vw;
      
    }
}