.Iframe {

    &-inactive {
        border-width: 0;
        display: none;
        height: 905px;
        left: 0;
        overflow: hidden;
        position: absolute;
        visibility: hidden;
        width: 100%;
    }

    &-active-main-frame {
        border-width: 0;
        left: 0;
        margin-bottom: -3px;
        margin-top: -15px;
        min-height: 98vh;
        min-width: 1074px;
        overflow: hidden;
        position: relative;
        visibility: visible;
        width: 100%;
    }
}
