.videoPopup-container{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:rgba(13,16,21,.5);z-index:10000}.videoPopup{position:relative;max-width:830px;max-height:520px;width:90%}@media(max-width:767px){.videoPopup .videoWrapper{padding-inline:0}}.videoPopup iframe,.videoPopup img,.videoPopup video{max-height:520px;width:830px;height:520px}@media(max-width:767px),(min-width:768px)and (max-width:1024px){.videoPopup iframe,.videoPopup img,.videoPopup video{max-height:300px;width:100%!important;height:400px}}.videoPopup__playBtn{position:absolute;background-color:#fad604;width:72px;height:72px;border-radius:50%;display:flex;justify-content:center;align-items:center;top:calc(50% - 36px);left:calc(50% - 36px);cursor:pointer}.videoPopup__playBtn img{width:20px;height:20px}.videoPopup__close{position:absolute;top:2%;z-index:100;right:-4%;background-color:#fad604;width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer}.videoPopup__close img{width:17px;height:17px}@media(min-width:768px)and (max-width:1024px){.videoPopup__close{top:0;right:54px}}@media(max-width:767px){.videoPopup__close{top:0;right:0}}