.events-slider-wrapper-e4dc4403 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.event-slide-inner-e4dc4403 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.event-content-e4dc4403 {
    flex: 1 1 50%;
    padding: 40px;
    box-sizing: border-box;
}

.event-media-e4dc4403 {
    flex: 1 1 50%;
    box-sizing: border-box;
}

.event-media-e4dc4403 img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 500px;
}

.video-container-e4dc4403 {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.video-container-e4dc4403 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-placeholder-e4dc4403 {
    background: #ccc;
    padding: 100px 20px;
    text-align: center;
    font-weight: bold;
    color: #333;
}

.event-title-e4dc4403 {
    margin: 0 0 10px;
    font-size: 2em;
    color: #333;
}

.event-datetime-e4dc4403 {
    font-weight: bold;
    color: #666;
    margin-bottom: 15px;
}

.event-desc-e4dc4403 {
    margin-bottom: 25px;
    color: #555;
    line-height: 1.6;
}

.event-slider-btn-e4dc4403 {
    display: inline-block;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: bold;
    transition: opacity 0.3s ease;
}

.event-slider-btn-e4dc4403:hover {
    opacity: 0.8;
}

@media (max-width: 768px) {
    .event-content-e4dc4403, .event-media-e4dc4403 {
        flex: 1 1 100%;
    }
}