.wave-form-container{position:relative;width:100%;margin-top:28px;border-bottom:2px solid #3c3c3c;padding-bottom:4px}.waveform-time{display:flex;align-items:center;justify-content:flex-end}.waveform-time span{font-size:12px}.skeleton-wave-form{width:2px;height:80%;background-color:hsla(0,0%,100%,.13);animation:waveAnimation 1.5s ease-in-out infinite alternate}@keyframes waveAnimation{0%{height:30%;background-color:hsla(0,0%,100%,.13)}50%{height:90%;background-color:hsla(0,0%,100%,.3)}to{height:30%;background-color:hsla(0,0%,100%,.13)}}.video-player-container{width:600px;height:300px;border-radius:8px;overflow:hidden}.video-player-container [data-vjs-player]{width:100%;height:100%}.video-player-container .video-js{width:100%;height:100%;border-radius:8px}.video-player-container .video-js .vjs-tech{border-radius:8px}.video-player-container .video-js.vjs-youtube .vjs-big-play-button,.video-player-container .video-js.vjs-youtube .vjs-poster{display:none!important}.video-player-container .video-js .vjs-poster{border-radius:8px}.video-player-container .video-js .vjs-big-play-button{background-color:rgba(0,0,0,.6);border:none;border-radius:50%;width:60px;height:60px;line-height:60px;margin-left:-30px;margin-top:-30px}.video-player-container .video-js .vjs-big-play-button .vjs-icon-placeholder:before{font-size:30px}.video-player-container .video-js:hover .vjs-big-play-button{background-color:rgba(0,0,0,.8)}.video-player-container .video-js .vjs-control-bar{background:linear-gradient(transparent,rgba(0,0,0,.7));border-bottom-left-radius:8px;border-bottom-right-radius:8px}.video-player-container .video-js .vjs-play-progress,.video-player-container .video-js .vjs-volume-level{background-color:red}.video-player-container .video-js .vjs-slider{background-color:hsla(0,0%,100%,.3)}@media only screen and (max-width:1350px){.video-player-container{width:450px;height:280px}}@media only screen and (max-width:992px){.video-player-container{width:400px;height:250px}}@media only screen and (max-width:768px){.video-player-container{width:280px;height:220px}}@media only screen and (max-width:575px){.video-player-container{width:200px;height:170px}}