body {
    background-color: #F8F9FB;
}

#drive-through-movie-privacy {
    
    background-image: url('../img/privacy-policy-slideshow.jpg');
    
    background-position: 0 -52.5px;

    z-index: 10;
}

#section-d-privacy {
    background-color: #F8F9FB;
    margin: -8px;   
    width: 101.1%;
  
    height: auto;

    top:425.75px;

    position:absolute;
}

#movie-subtext-privacy{
	font-size: 28pt;
}

#drive-through-movie-tos {
    
    background-image: url('../img/tos-policy-slideshow.jpg');
    
    background-position: 0 -150px;

    z-index: 10;
}

#section-d-tos {
    background-color: #F8F9FB;
    margin: -8px;   
    width: 101.1%;
  
    height: auto;

    top:425.75px;

    position:absolute;
}

#movie-subtext-tos{
	font-size: 28pt;
}

.policy-link:link {
    text-decoration: none;
  }
  
  .policy-link:visited {
    text-decoration: none;
  }
  
  .policy-link:hover {
    text-decoration: none;
  }
  
  .policy-link:active {
    text-decoration: none;
  }


/*
.section-d {
    background-color: #F8F9FB;
    margin: -8px;   
    width: 101.1%;
  
    height: auto;

    top:425.75px;

    position:absolute;
}

.knowledge-box-media{
    padding: 50px;
    margin: 35px;
}

.knowledge-box-media:before {
    content: '\201C';
    font-family: 'PT Serif Caption', serif;
    position: absolute;
    left: 45px;
    top: 110px;
    color: #aeaeae;
    font-size: 110px;
    line-height: 25px;
}

.knowledge-box-media:after {
    content: '\201C';
    font-family: 'PT Serif Caption', serif;
    position: absolute;
    right: 90px;
    bottom: 120px;
    color: #aeaeae;
    font-size: 110px;
    line-height: 25px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}*/
