 .video_library_header{height:300px;background-image:linear-gradient(to bottom,rgba(255,255,255,.9),rgb(255,255,255,.9)),url("../images/general/video-library/video-library-bg.webp");background-repeat:no-repeat;background-size:cover;background-position:center top;display:flex;align-items:center}.video_library_header_box{width:60%;margin:0 auto}section.welcome p a:hover{color:#2ab241}section.welcome ul{width:90%;margin:0 auto;display:flex;justify-content:center;gap:50px}section.welcome .video{width:400px;margin:0 auto;height:250px;border-radius:15px}.youtube-wrapper{position:relative;width:100%;max-width:400px;aspect-ratio:16/9;cursor:pointer;border-radius:15px;overflow:hidden}.youtube-thumbnail{width:100%;height:100%;background-size:cover;background-position:center}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgb(0 0 0 / 50%);color:white;border:none;cursor:pointer;width:80px;padding:5px 10px;border-radius:5px}@media (max-width:1366px){section.welcome .video{width:350px;height:210px}.youtube-wrapper{max-width:350px}}@media (max-width:1024px){section.welcome .video{width:280px;height:180px}.youtube-wrapper{max-width:280px}}@media (max-width:992px){.video_library_header_box{width:96%}section.welcome .video{width:220px;height:140px}.youtube-wrapper{max-width:220px}.video_library_header_box{width:96%}}@media (max-width:576px){.video_library_header{height:420px}section.welcome .video{width:80%;height:200px}section.welcome ul{gap:10px;flex-direction:column;align-items:center}.youtube-wrapper{width:80%;max-width:none}}@media (max-width:375px){}