﻿/*iframe {
        text-align: center;
    position: absolute;
    left: 20%;
    top: -200px;
}*/

   .video-title {
       font-size: 24px;
       text-align: left;
       margin-top: 10px;
   }
   .mfp-auto-cursor .mfp-content {
       text-align: center;
   }
   @media all and (max-width: 1000px) {
  


   }
   @media all and (min-width: 481px) {
    
       iframe{ width: 460px; height: 259px;}
   }

   @media all and (min-width: 768px) {
       iframe{ width: 750px; height: 422px;}

   }
   @media all and (min-width: 1001px) {
       iframe{ width: 854px; height: 480px;}

   }
   @media all and (min-width: 1367px) {
       iframe{ width: 854px; height: 480px;}

   }
