.hs-video-modal{
    background: black;
}
.hs-video-modal>.modal-dialog{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    max-height:none;
}
.hs-video-modal>.modal-dialog>.modal-content{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hs-video-modal>.modal-dialog>.modal-content>.modal-header{
    border: none !important;
    padding: 24px;
    position: absolute;
    top: 0;
    right: 0;
}
.hs-video-modal>.modal-dialog>.modal-content>.modal-header>button{
    color: white;
    opacity: 1;
    font-size: 51px;
    font-family: Arial;
    font-weight: normal;
}
.hs-video-modal>.modal-dialog>.modal-content>.modal-body{
    display: flex;
    justify-content: center;
    align-content: center;
    
}

@media only screen and (min-width: 769px) and (max-width: 993px) {
}

@media only screen and (max-width: 768px) {
    .hs-video-modal>.modal-dialog>.modal-content>.modal-header{
        border: none !important;
        padding: 24px;
        position: none;
    }
}


@media only screen and (min-width: 994px) {
}

@media only screen and (min-width: 769px) and (max-width: 993px) {
}
