.plg-cf479675-wrapper {
    position: relative;
    display: block;
    box-sizing: border-box;
}

.plg-cf479675-link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.plg-cf479675-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.plg-cf479675-img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

.plg-cf479675-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    box-sizing: border-box;
}

.plg-cf479675-link:hover .plg-cf479675-overlay {
    opacity: 1;
    pointer-events: auto;
}

.plg-cf479675-overlay-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.plg-cf479675-link:hover .plg-cf479675-overlay-icon {
    transform: scale(1.1);
}

.plg-cf479675-hidden-gallery {
    opacity: 0 !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
}
