.processed-html .image-container,
.processed-html .frame-container {
    position: relative;
}

.processed-html .video-frame-container {
    float: left;
    margin: 5px;
}

.processed-html .image-container {
    float: left;
    margin: 5px;
    overflow: visible;
}

.processed-html .blog-body {
    margin-top: 10px;
}

.processed-html .image-container img,
.processed-html .frame-container iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
