﻿/* Wedrey - 20-04-2020 */
.iframe-container {
overflow: hidden;
padding-top: 100%;

position: relative;
}

.iframe-container iframe {
    border: 0;
    padding: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* Fim Wedrey - 20-04-2020 */
