
.video-container {
	margin-top: 20px; 
	margin-bottom: 20px;
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 56.25%; /* 16:9 */
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 700px) {
	.tp-caption {
		white-space: normal !important;
		min-width: 300px!important;
	}

}

