.iframe-container {
    width: 90%;
    margin: 0 auto;
}

.iframe-blog {
    height: 380px;
}

@media all and (max-width: 600px) {
    .iframe-blog {
        height: 1100px;
    }
}

@media all and (max-width: 425px) {
    .iframe-blog {
        height: 950px;
    }
}

@media all and (max-width: 375px) {
    .iframe-blog {
        height: 790px;
    }
}