a,
a:hover,
a:active,
a:link {
    color: inherit;
    text-decoration: none !important;
}

@media only screen and (max-width: 992px) {
    .additional {
        font-size: 3vw !important;
        line-height: 5vw !important;
    }

    .testimonial {
        background-color: rgba(0, 0, 0, .8);
        display: inline-block;
        color: white;
        padding: 3vw 3vw;

        position: absolute;
        bottom: 0%;
        left: 10%;
        right: 10%;
    }

    .quotation {
        font-size: 3.2vw;
    }

    .quotname {
        font-size: 2.5vw;
        float: right;
    }


    .estate-hero {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        background-image: url("../img/batoryhero.jpg");
        height: 50vw;
        width: 100%;
        -webkit-animation: slide-in-top 2s both;
        animation: slide-in-top 2s both;
        /* display: flex;
    justify-content: center;
    align-items: center; */
    }

    .estate-navbar {
        width: 100vw;
        height: 15vw;
        background-color: rgba(0, 0, 0, 0);
        margin: 0 auto;
        -webkit-animation: slide-in-top 2s both;
        animation: slide-in-top 2s both;
    }

    .estate-logo {
        width: 15vw;
        height: 15vw;
        background-position: center;
        background-size: contain;
        background-color: white;
        background-repeat: no-repeat;
        position: absolute;
        left: 15vw;
    }

    .estate-menu li {
        display: none;
        font-size: 1vw;
        color: white;
        font-weight: 300;
        margin: 1vw;
    }

    .estate-menu li a {
        color: white !important;
    }

    .estate-menu li:last-of-type {
        font-size: 1vw;
        color: white;
        font-weight: 300;
        display: none;
        margin-left: 15vw;
        margin-right: 2vw;
    }

    @-webkit-keyframes slide-in-top {
        0% {
            -webkit-transform: translateY(-5vh);
            transform: translateY(-5vh);
            opacity: 0;
        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes slide-in-top {
        0% {
            -webkit-transform: translateY(-5vh);
            transform: translateY(-5vh);
            opacity: 0;
        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }
    }
}

@media only screen and (min-width: 992px) {
    .testimonial {
        background-color: rgba(0, 0, 0, .8);
        display: inline-block;
        color: white;
        padding: 2vw;

        position: absolute;
        bottom: 5%;
        left: 10%
    }

    .quotation {
        font-size: 1.8vw;
    }

    .quotname {
        font-size: 1.3vw;
        line-height: 2.5vw;
        float: right;
    }

    .up-arrow {
        height: .8vw;
        max-width: unset;
        position: absolute;
        top: -90%;
        left: 50%;
        transform: translate(-50%, 0);
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        /* font: inherit; */
        vertical-align: baseline;
    }

    .estate-hero {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        background-image: url("../img/batoryhero.jpg");
        height: 37vw;
        width: 100%;
        -webkit-animation: slide-in-top 2s both;
        animation: slide-in-top 2s both;
        /* display: flex;
    justify-content: center;
    align-items: center; */
    }

    .estate-navbar {
        width: 80%;
        height: 16%;
        background-color: rgba(0, 0, 0, .5);
        margin: 0 auto;
        display: flex;
        align-items: center;
        -webkit-animation: slide-in-top 2s both;
        animation: slide-in-top 2s both;
    }

    .estate-logo {
        width: 15vw;
        height: 100%;
        background-position: center;
        background-size: contain;
        background-color: white;
        background-repeat: no-repeat;
        position: relative;
        margin-right: 1vw;
    }

    .estate-menu li {
        font-size: 1vw;
        color: white;
        font-weight: 300;
        display: inline;
        margin: 1vw;
    }

    .estate-menu li:last-of-type {
        position: absolute;
        font-size: 1vw;
        color: white;
        font-weight: 300;
        display: inline;
        right: 2vw;
        bottom: 1.5vw;
    }

    @-webkit-keyframes slide-in-top {
        0% {
            -webkit-transform: translateY(-5vh);
            transform: translateY(-5vh);
            opacity: 0;
        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes slide-in-top {
        0% {
            -webkit-transform: translateY(-5vh);
            transform: translateY(-5vh);
            opacity: 0;
        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }
    }
}




.video {
    width: 100%;
    height: 40vw;
    background-image: none !important;
}

.video video {
    position: absolute;
}

.video .estate-navbar {
    height: 14%;
}