video.video-item {width: 100%;}
video.video-item.youtube {position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;z-index:100;border-bottom: 1px solid #FC6039;}
.video-item-wrapper.youtube-video {position: relative;padding-bottom: 56.25%;height: 0;z-index:100;}
iframe.video-item.youtube {position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;z-index: 200;border: 0px;border-bottom: 1px solid #FC6039;}
.video_multiple_wrapper {display: flex;flex-wrap: wrap;}
.video_multiple_item {margin: 50px 10px;width: calc(33% - 20px);}
.video_title {position: absolute;width: 90%;bottom: -50px;padding: 30px 10px 10px 10px;font-size: 20px;font-weight: 100;max-width: 90%;left: 50%;transform: translateX(-50%);}
i.fa-solid.fa-circle-play.still-image-icon {font-size: 100px;color: #972E87;position: absolute;top: 40%;left: 45%;background: white;border-radius: 100%;    border: 2px white solid;}
.video-item-still-image {height: 100%;background-size: cover;background-position: center;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}
.video-item-wrapper {height: 100%;}
.video-block-wrapper {height: 100%;position: relative;}
.video-block-link:hover i.fa-solid.fa-circle-play.still-image-icon {color: #CDCEE4;}
.video-block-link:hover .video-still-overlay {background-color: rgba(255, 255, 255, 0);}
.video-still-overlay {background-color: rgba(255, 255, 255, 0.4);height: 100%;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}

* {padding: 0;margin: 0;                }
.modal {position: fixed;display: none;padding: 20px;box-shadow: 0 0 10px 10px #ccc;z-index: 100border-radius: 10px;transition: all 0.5s ease-in;width: 100%;margin-left: 0 !important;left: 0px;margin-top: 0px;top: 0px;height: 100%;overflow: hidden;background: rgba(255,255,255,0.8); }
.modal iframe{padding:4%;border-top-left-radius:30px;border-bottom-right-radius:30px;}
i.fa-solid.fa-circle-xmark {color: #972E87;font-size: 40px;position: absolute;top: 20px;right: 20px;}
i.fa-solid.fa-circle-xmark:hover {color:#334586;}
