.BW-etailWrp {
    background-image: url('../img/Blocks/General/gate.jpg');
    padding: 50px 0;
}
.iframecontainer{
    padding-top: 56.25%;
}
.r_video{
    overflow-y: auto; 
}
.r_video p {
    font-family: 'Open Sans';
    font-size: 0.8rem;
    font-weight: 500;
    overflow: hidden;
    display: block;
    max-height: 4rem;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    margin: 0;
}

.thumb-wrapper {
    position: relative;
    overflow: hidden;
}

.thumb-wrapper img {
    transition: transform 0.3s ease;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.7);
    color: #fff;
    font-size: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 0.9;
}
.video-item:hover .play-icon {
    transform: translate(-50%, -50%) scale(1);
}

.video-item:hover img {
    transform: scale(1.05);
}
#leftVideoStats,
.video-item small {
    font-weight: 600;
    font-size: 12px;
    font-family: sans-serif;
    color: #000;
}
.duration-badge {
    position: absolute;
    bottom: 4px;
    right: 4px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    font-size: 12px;
    padding: 2px 4px;
    border-radius: 2px;
}