.slid {
z-index: 3;
width: 100%;
max-width: 1200px;
min-width: 447px;
margin-right: auto;
margin-left: auto;
}

.video iframe {
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
}

.video-container embed,
.video-container iframe,
.video-container object {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.video {
position: relative;
padding-bottom: 55%;
padding-top: 15px;
height: 0;
overflow: hidden;
}
