.yt-video-gallery-loop{display:flex;flex-wrap:wrap;gap:20px}.yt-video-item{width:300px}.yt-video-thumb{cursor:pointer;height:400px;overflow:hidden}.yt-video-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.yt-video-iframe{display:none;height:400px;overflow:hidden}.yt-video-pagination{margin-top:20px}.yt-video-thumb{position:relative}.yt-video-thumb .yt-video-play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:24px;color:#fff;opacity:.8;width:68px;height:auto}.yt-video-thumb:hover .yt-video-play-icon{opacity:1}.yt-video-spinner{display:flex;align-items:center;justify-content:center;height:100%;min-height:120px}.yt-video-search-fragment{position:relative}.yt-video-search-fragment .yt-search-icon{position:absolute;top:50%;right:20px;transform:translateY(-50%);width:16px;height:16px;margin-top:-8px;outline:0;background:0 0;border:0;display:block;padding:0}.yt-video-category-fragment select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:url('images/arrow-down.svg') no-repeat right 1em center/10px;padding-right:2em}@media (max-width:1024px){.yt-video-iframe,.yt-video-thumb{height:300px}}@media (max-width:768px){.yt-video-iframe,.yt-video-thumb{height:200px}.yt-video-thumb .yt-video-play-icon{opacity:1}}.yt-video-pagination{display:flex;justify-content:center;gap:5px;margin:3rem 0}.yt-video-pagination a,.yt-video-pagination a:hover,.yt-video-pagination span{color:#2f425f;text-decoration:none;padding:.75rem}.yt-video-pagination a:hover,.yt-video-pagination span.current{color:#fff;background-color:#00a89d}.yt-video-highlight-category{animation:yt-video-pulse .5s ease-in-out 3;box-shadow:0 0 0 3px red!important;border-radius:4px}.yt-video-highlight-switch{animation:yt-video-pulse-switch .5s ease-in-out 3}@keyframes yt-video-pulse{0%,100%{box-shadow:0 0 0 3px red}50%{box-shadow:0 0 0 6px rgba(255,0,0,.5)}}@keyframes yt-video-pulse-switch{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}