iframe {
    width: 100%;
    height: 450px;
}
@media(max-width: 500px){
    iframe {
    width: 100%;
    height: 300px;
}
}

@media(max-width: 420px){
    iframe {
    width: 100%;
    height: 240px;
}
}

@media(max-width: 370px){
    iframe {
    width: 100%;
    height: 200px;
}
}


.t-feed__post-popup.t-popup_show {
    background-color: transparent !important;
    background: transparent !important;
}

a.t-feed__post-popup__tag {
    display: none;
}