.header-hero {
overflow: visible !important;
}
.iam-hero-side {
position: absolute;
top: calc(50% - 30px);
z-index: 30;
pointer-events: auto;
display: flex;
flex-direction: column;
align-items: center;
gap: var(--iam-hero-vgap, 8px);
} .iam-hero-side--left {
left: calc(
var(--iam-hero-edge-pad, 50px)
+ (50% - var(--iam-container-half, 602px) - var(--iam-hero-edge-pad, 50px)) / 2
);
transform: translateY(-50%) translateX(-50%);
}
.iam-hero-side--right {
right: calc(
var(--iam-hero-edge-pad, 50px)
+ (50% - var(--iam-container-half, 602px) - var(--iam-hero-edge-pad, 50px)) / 2
);
transform: translateY(-50%) translateX(50%);
}
.iam-hero-side .widget,
.iam-hero-side .widget > * {
max-width: 100%;
}
.iam-hero-side .iam-ad-slot-placeholder {
margin: 0;
} .iam-hero-side {
display: none !important;
}
body.home .iam-hero-side,
body.single-post .iam-hero-side,
body.archive .iam-hero-side {
display: flex !important;
} .iam-hero-side--single .widget ~ .widget {
display: none !important;
} @media (max-width: 1440px) {
body.home .iam-hero-side,
body.single-post .iam-hero-side,
body.archive .iam-hero-side {
display: none !important;
}
}