.video-thumbnail-wrapper{position:relative;width:100%;height:100%}.video-thumbnail-wrapper img{width:100%;height:100%;object-fit:cover}.video-thumbnail-wrapper .thumbnail-loading{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f6f6f6}.video-thumbnail-wrapper .thumbnail-loading .loading-skeleton{width:100%;height:100%;background:linear-gradient(90deg,#fbf6ea 25%,#f5e9cc 50%,#fbf6ea 75%);background-size:200% 100%;animation:loading 1.5s ease-in-out infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.video-thumbnail-wrapper .thumbnail-error{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f6f6f6}