﻿@media screen and (max-width: 640px) {
  #movie {
    width: 100%;
    padding: 50px 0 !important;
    border-top: 1px solid #ccc;
  }
  
  #movie .movie-lead {margin: 0 auto 30px auto !important;}
  
  #movie .movie-lead h2 {
    width: 150.75px;
    height: 83.25px;
    margin: 0 auto 15px auto !important;
  }
  
  #movie .movie-lead h2 img {
    width: 100%;
    min-width: 100%;
    height: auto;
    vertical-align: top;
  }
  
  #movie .movie-lead p {
    width: 90%;
    font-size: 15px;
    line-height: 1.66;
    text-align: left;
    margin: 0 auto !important;
  }
  
  #movie .movie-lead p br {display: none;}
  
  #movie #movies {
    width: 90%;
    margin: 0 auto !important;
  }
  
  #movie #movies .movie {
	  width: 100%;
	  margin-bottom: 40px !important;
	  position: relative;
	  text-align: left;
  }
  
  #movie #movies .movie .yt {
    position: relative;
    width: 100%;
    margin-bottom: 10px !important;
    padding-top: 56.25% !important;
  }
  
  #movie #movies .movie .yt iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  #movie #movies .movie h3 {
  	margin-bottom: 10px;
  	line-height: 1.2;
  }
 
  #movie #movies .movie h3 .timecode {
	  font-size: 0.7em;
  }


  #movie #movies .movie p {text-align: left;}
}

@media screen and (min-width: 641px) {
  #movie {
    width: 1100px;
    margin: 0 auto;
    padding: 100px 0;
  }
  
  #movie .movie-lead {margin: 0 auto 50px auto;}
  
  #movie .movie-lead h2 {
    width: 201px;
    height: 111px;
    margin: 0 auto 30px auto;
  }
  
  #movie .movie-lead p {
    font-size: 15px;
    line-height: 1.66;
    text-align: center;
  }
  
  #movie #movies {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1100px;
  }
  
  #movie #movies .movie {
    flex: 0 0 520px;
    margin-bottom: 50px;
  	text-align: left;
  }

  #movie #movies .movie h3 {margin-bottom: 5px;}
  #movie #movies .movie h3 .timecode {font-size: 0.7em;}
  
  #movie #movies .movie .yt {
    width: 520px;
    height: 293px;
    background: #000;
    margin-bottom: 10px;
  }
}