iframe {min-width: 100%; width: 100px; *width: 100%;} .desktop-fixed-bar {display: none !important} .single-format-aside .post-content {overflow: hidden}
function resizeIFrameToFitContent(t){t.height=t.contentWindow.document.body.clientHeight; console.log(t.contentWindow.document.body.clientHeight);};window.addEventListener(«message», function(e) { resizeIFrameToFitContent(document.getElementById(‘avito-map’)) })