.live-wrapper {
    position: relative;
    margin-bottom: 25px;
}

.live-wrapper iframe {
    width: 100%;
    height: 450px;
    border-radius: 10px;
    border: none;
}

.live-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: red;
    color: white;
    padding: 6px 12px;
    font-weight: bold;
    z-index: 5;
}

.fs-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #00ff99;
    border: none;
    padding: 6px 10px;
    font-weight: bold;
    cursor: pointer;
    z-index: 5;
}

@media(max-width:768px){
    .live-wrapper iframe {
        height: 260px;
    }
}
