aside.modal{position:fixed;z-index:1000;top:0;left:0;right:0;bottom:0;height:100vh;width:100%;display:flex;justify-content:center;align-items:center}aside .modal__content{z-index:1001;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;max-width:100%;padding-left:20px;padding-right:20px;width:100%;min-width:250px;max-width:1200px}@media(min-width:991px){aside .modal__content{max-width:80%;padding-left:0;padding-right:0}}aside .modal__content--header{flex-basis:100%}aside .modal__content--main{flex-basis:100%;background:0}.modal__content--content{padding:20px;color:#fff;text-align:center;font-size:18px}.modal__content--content *{font:inherit}aside .modal__close--wrapper{display:flex;justify-content:flex-end}aside .modal__close--wrapper button{background:url("https://f.hubspotusercontent10.net/hubfs/20013861/close-x.svg") center center no-repeat;height:30px;width:30px;cursor:pointer}aside video{width:100% !important;height:auto !important}.modal__content--main .vidyard__wrapper{position:relative;padding-bottom:56.25%;height:0;width:100%}.modal__content--main .vidyard-player-container{position:absolute;top:0;left:0;width:100%;height:100%}