.youtube-player {
	/*position: relative;
    padding-bottom: 55.23%;
    height: 100%;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 0;
    margin-bottom: 25px;
    display: block;
    max-height: 100%;
    border: 5px solid #fb711f;
    border-radius: 5px;
   */
    
    width:100%;
    display: block; 
    position: relative;
    cursor: pointer;
    max-height:360px;
    height:100%; 
    overflow:hidden;
    padding-bottom:56.25%;
    margin:0 auto;
}
.youtube-player .play {
    height: 100%;
    width: 100%;
    left: 42%;
    top: 35%;
    /* margin-left: -6%; */
    /* margin-top: -6%; */
    position: absolute;
    background: url(//bayutarawijaya.com/assets-aff/player.png) no-repeat;
    cursor: pointer;
    opacity: 0.9;
    filter: drop-shadow(0px 0px 5px #00000094)
    
}
.play:hover{filter: drop-shadow(0px 0px 10px #fdec2585);opacity:1;
}
.thumb-koko{
	bottom: -100%;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    top: -100%;
}
#youtube-iframe{
    width: 100%;height: 100%;position: absolute;top: 0;left: 0;
}


@media screen and (max-width:768px){
    
}

@media screen and (max-width:480px){
    .youtube-player .play {
    left: 35%;
    top: 25%;
   }
    
}