/* Prevent videos from taking up whole region for desktops and large devices */
@media (min-width:1025px) { 
  body .fluid-width-video-wrapper iframe, body .fluid-width-video-wrapper object, body .fluid-width-video-wrapper embed {
    width: 84%;
    height: 90%;
  }
}
