#module_baproducttabs_ytb .youtube .img-youtube {
    position:relative;
    width:640px;
    height:360px;
}
#module_baproducttabs_ytb .youtube .img-youtube img {
    object-fit: cover;
}

#module_baproducttabs_ytb .youtube .img-youtube .player-youtube {
    /*content:'\e038';*/
    /*font-family: 'Material Icons';*/
    /*color: #f16232;*/
    position:absolute;
    /*font-size:5rem;*/
    width:68px;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
}

#module_baproducttabs_ytb .youtube .img-youtube .player-youtube:hover {
    cursor:pointer;
}

#module_baproducttabs_ytb .youtube .img-youtube .player-youtube svg {
    width:100%;
}