/* --

Theme Name: Deadline Responsive Child Theme
Theme URI: http://www.awesem.com/deadline-responsive/
Author: AWESEM
Author URI: http://www.awesemthemes.com
Description: Child theme for Deadline Responsive
Version: 2.3.8
Template: deadline-responsive

-- */

@import url('../deadline-responsive/style.css');

/* -- Insert custom styles below this line -- */

@media screen and (max-width: 767px) {
	
	.slider-caption, .flex-direction-nav {
		display: block !important;
	}
	
	#archive .slider-caption, .aw_sliderblog_widget .slider-caption, .aw_sliderlatest_widget .slider-caption {
		width: 100% !important;
	}
	
	.slider-caption {
		position: relative !important;
	}
	
}

video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
}

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