﻿.responsive-container {
	position: relative;
	padding-bottom: 53.25%;
	padding-top: 30px;
	width: 90%;
	height: 0;
	overflow: hidden;
}
.responsive-container,
	.responsive-container iframe {
	max-width: 1280px;
	max-height: 720px;
}
.responsive-container iframe {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}


.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.resp-iframeb {
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 80%;
    border: 0;
}

.responsive-containerb {
	position: relative;
	padding-bottom: 63.25%;
	padding-top: 30px;
	width: 90%;
	height: 0;
	
}
.responsive-containerb,
	.responsive-containerb video {
	max-width: 1280px;
	max-height: 960px;
}
.responsive-containerb video {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}


.responsive-containerc {
	position: relative;
	padding-bottom: 63.25%;
	padding-top: 30px;
	width: 90%;
	height: 0;
	
}
.responsive-containerc,
	.responsive-containerc video {
	max-width: 1280px;
	max-height: 720px;
}
.responsive-containerc video {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}



.responsive-container-plugins {
	position: relative;
	padding-bottom: 63.25%;
	padding-top: 30px;
	width: 90%;
	height: 0;
	
}
.responsive-container-plugins,
	.responsive-containerb iframe {
	max-width: 1280px;
	max-height: 960px;
}
.responsive-container-plugins iframe {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}