.layout.b-no_cookie iframe {
    visibility: hidden;
}

.b-no_cookie__block {
    display: none;
}

.iframe_block {
    position: relative;
}

.iframe_image__block,
.iframe_text__block {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.iframe_image__block {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}

.iframe_text__block {
    background-color: #fff;
    color: #000;
    font-size: 20px;
    text-align: center;
    margin: auto 0;
    height: 20px;
    top: 0;
    bottom: 0;
}