  @media only screen and (min-width: 768px) and (max-width: 1199px) {

	.grad-exp-videos .field--name-field-media-oembed-video .field__item {
	  position: relative;
	  padding-bottom: 56.25%;
	}
	
	/* Adjust the iframe so it's rendered in the outer-width and outer-height of it's parent */
	.grad-exp-videos iframe {
	  position: absolute;
	  height: 100%;
	}
	
}