#iframe_measure {
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-container {
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 80px;
}

@media print, screen and (min-width: 35em) {
    .embed-container {
        top: 120px;
    }
}
