/* Sermon Persistent Video */

.asp-video-container {
    transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
}
.asp-floating-player {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 1000;
}
@media (min-width: 780px) {
    .asp-floating-player {
        width: 417px;
        height: auto;
    }
}
@media (max-width: 780px) {
    .asp-floating-player {
        width: 60%;
        height: auto;
    }
}
.asp-video-container.asp-floating-player .sermon-youtube-player iframe, .asp-video-container.asp-floating-player .sermon-vimeo-player iframe, .asp-video-container.asp-floating-player .sermon-facebook-player iframe, .asp-video-container.asp-floating-player .sermon-embed-video-player iframe {
    border-radius: 8px !important;
}


/* Archive Video Player */

/*.sermon-archive-single .sermon-thumbnail .play-icon-overlay img {*/
/*    top: 50%; !* Center vertically *!*/
/*    left: 50%; !* Center horizontally *!*/
/*    transform: translate(-50%, -50%); !* Adjust position to the true center *!*/
/*    z-index: 10; !* Ensure it appears above the thumbnail *!*/
/*    display: flex; !* Optional: for centering children, if needed *!*/
/*    align-items: center; !* Optional: vertical centering for children *!*/
/*    justify-content: center; !* Optional: horizontal centering for children *!*/
/*    width: 45px !important;*/
/*    height: 45px !important;*/
/*}*/