﻿@media only screen and (max-width: 480px) {
    /* header */
    header .logoTitles { padding-bottom: 10px; }

    .logoTitles h3, .logoTitles h4 { margin:0; }

    /* nav */
    .subnavButton { display:inline; }
    header .container img .subnavButton { width:20px; height:17px; }
}

@media only screen and (max-width: 320px) {

}

/* This is for the video-scroll-play script */
.js-video-autoplay {
  width: 100%;
  margin-bottom: 40px;
}