Files
2026-06-11 18:47:38 +09:00

27 lines
523 B
CSS

/* Image Only Banner Skin - Final Fix */
/* 💡 [핵심] 부모(.banner-unit-wrapper)의 공간을 100% 채우도록 강제 */
.rb-banner-image-only {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.rb-banner-image-only a,
.rb-banner-image-only .banner-image {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}
.rb-banner-image-only img {
width: 100%;
height: 100%;
object-fit: fill;
max-height: 85px;
}