.footer-popup {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100px;
    color: white;
    z-index: 9999;
}

.popup-content {
    /*position: relative;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;*/
}

.popup-close {
    position: absolute;
    top: -35px;
    right: 3px;
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    background: orange;
    color: white;
    border: none;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    padding: 0;
}

.footer-popup img {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 768px) {
    .hero video{
        padding-top: 130px;
        width: 100vw;
    }
    .footer-popup {
        width: 50px;
    }
    .popup-close {
        top: -23px;
        right: 3px;
        width: 20px;
        height: 20px;
        font-size: 18px;
        line-height: 20px;
    }
}
@media screen and (min-width: 769px) {
    .hero video{
        width: 100%;
        min-width: 1140px;
        margin: 0 auto;
        display: block;
    }
}

