.ak24-youtube-banner img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    transition:
        transform 0.28s ease,
        filter 0.28s ease,
        box-shadow 0.28s ease;
}

.ak24-youtube-banner:hover img {
    transform: scale(1.015);
    filter: brightness(1.04);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}