.resp-container2
{
    position: relative;
    overflow: hidden;
    padding-top: 75%;
    width: 100% !important;
}

.resp-iframe2
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.resp-container 
{
    position: relative;
    overflow: hidden;
    max-width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.resp-container iframe,
.resp-container object,
.resp-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}