/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.responsive-embed-container {
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	max-width: 100% !important;
}
.embed-responsive-16by9 {
  	padding-bottom: 56.25%;
	aspect-ratio: 16 / 9;
}
.responsive-embed-container iframe, .responsive-embed-container object, .responsive-embed-container embed {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
