h1 {
	font-size: 16px;
}
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 300px;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
#slider2 img {
    height: 100%;
    width: auto;
}
@media (max-width: 991px) {
    #slider2 img {
        width: 100%;
    }
}