/*
Theme Name: Pipeline101
Theme URI: /
Description: Custom theme developed for API
Author: REQ
Author URI: http://www.req.co/
Version: 1.0
*/
.videoSizer {
  position: relative;
  width: 100%;
  padding: 10px 0px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img {
	max-width: 100%!important;
	height: auto;
}


@media screen and (min-width: 601px) {
.videoSizer {
  max-width: 975px;
  height: auto; 
  padding: 10px 0px;
	}


}





