background: #1b242e;
color: #ffff;
border-radius: 4px;
font-size: 14px;
}
.tab-btn.active {
background: #36485c;
color: #fff;
}
.player-slider {
width: 100%;
overflow: hidden;
}
.player-track {
display: flex;
transition: transform 0.4s ease;
}
.player-slide {
min-width: 100%;
}
.player-slide iframe {
width: 100%;
height: 400px;
border: none;
}
*}