
#hero .itemid1 .hero-item-image {
    width: 100%;
    height: auto;
    display: block;
}

#hero .itemid1 .hero-item__image-wrapper {
    position: relative;
}


#hero .itemid1 .iframe-wrapper {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    margin-bottom: 24px;
}

#hero .itemid1 .hero-play-img {
	display: none !important;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.12));
}

#hero .itemid1 .hero-live-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    color: #000000;
    border-radius: 12px;
    padding: 12px 16px;
    text-align: center;
    min-width: 180px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

#hero .itemid1 .hero-live-info__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

#hero .itemid1 .hero-live-info__subtitle {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.2;
    opacity: 0.8;
}

#hero .itemid1 .hero-live-info__subtitle:empty {
    display: none;
}