  @media screen and (max-width: 957px) {
   .reproductor {width: 33%;}}
  @media screen and (max-width: 600px) {
    .reproductor {width:100%;}}
  
  @media only screen and (max-width: 500px) {
  .reproductor {width:100%;}
      div.controls {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 10;
        border-radius: 0;
        height: 60px;
    }
    #progressContainer {
position: fixed;
width: 100%;
left: 0;
bottom: 0;
z-index: 10;
border-radius: 0
    }
}
  
  .reproductor {
    

    padding: 5px;
	border-radius: 5px;
    background: #d2d2d261;
    margin-top: 5px;
    border: 1px solid #c1c1c1ee;
     overflow: hidden; 
    transition: all 0.3s ease;
}
  .reproductor .repro-pie {
    font-size: 12px;
    text-align: center;
    padding: 0px 0px;
    border-radius: 5px;
    border: 1px solid #cecace
}

.reproductor .repro-pie h2 {
    margin-bottom: 5px
}

.reproductor .repro-pie h2 a {
    color: #0c7dba;
    font-size: 15px
}

.reproductor .repro-pie p {
    margin: 15px;
    padding: 0px 10px
}
  
  /*YT*/

.containeryt {
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    background: #000;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.controls {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #000;
}
.controls i {
    color: #fff;
    margin: 0 10px;
    cursor: pointer;
    font-size: 1.7em;
}
.playlist {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 600px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.playlist-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.playlist-item:hover {
    background:#eee
}

.playlist-item div{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	font-size: 15px;
}

.playlist-item.active {
    background-color: #ffe4b5;
}
.playlist-item .titleyt {
    color: #ff6600;
    font-weight: bold;
}
.playlist-item .artist {
    color: #999;
    font-size: 0.9em;
}
.playlist-item .duration {
    color: #666;
}

.dere_anun {
    display: block;
    text-align: center;
    color: #4a4a4a !important;
    font-size: 12px;
    line-height: 2;
    margin-bottom: 5px;
    padding: 5px;
    background: #b1b1b140;
    border-radius: 5px 5px 0px 0px;
}

.artists_container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
	padding-bottom: 20px;
	padding-top: 20px;
}
  .progress-container {
    width: 100%;
    height: 6px;
    background-color: rgb(67 129 185 / 20%);
    cursor: pointer;
    position: relative;
    border-radius: 2px;
}

.progress {
    height: 100%;
    background-color: #ff0000;
    width: 0;
    border-radius: 2px;
}