.custom-video-player{min-height:350px;max-height:350px;display:flex;align-items:center}.custom-video-player .playPauseBtn{display:none;cursor:pointer}.custom-video-player .playPauseBtn svg{border-radius:50%}.custom-video-player:hover .playPauseBtn{display:inline-block}.video-player-wrapper video{width:100%;object-fit:cover}@media only screen and (max-width:1499px){.custom-video-player .video-player-wrapper video{object-fit:cover!important}}@media only screen and (max-width:1280px){.custom-video-player .video-player-wrapper video{object-fit:cover!important}}@media only screen and (max-width:1050px){.custom-video-player .video-player-wrapper video{object-fit:cover!important}}@media only screen and (max-width:767px){.videoPlayed .video-player-wrapper button.playPauseBtn{display:none!important}}