.fh5co-home-banner {
    padding: 0
}

.fh5co-home-banner .card {
    border: none
}

.fh5co-home-banner a {
    text-transform: uppercase;
    color: #fff;
    width: 198px;
    border-radius: 40px;
    margin-top: 50px;
    padding: 13px 0
}

.fh5co-home-banner a svg {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -13px
}

.fh5co-home-banner .center-text {
    text-align: center;
    position: relative;
    top: 17%
}

.fh5co-home-banner .card-img-overlay {
    background: -webkit-linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .5), rgba(0, 0, 0, .8), #000);
    background: -moz-linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .5), rgba(0, 0, 0, .8), #000);
    background: -o-linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .5), rgba(0, 0, 0, .8), #000);
    background: -linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .5), rgba(0, 0, 0, .8), #000)
}

@media (max-width:991px) {
    .fh5co-home-banner h2 {
        font-size: 30px;
        max-width: 460px
    }
    .fh5co-home-banner .center-text {
        top: 30%
    }
    .fh5co-home-banner .center-text>img {
        width: 300px;
        height: 270px
    }
}

@media (max-width:700px) {
    .fh5co-home-banner .center-text {
        top: 20%
    }
    .fh5co-home-banner a {
        width: 140px;
        padding: 4px 0
    }
    .fh5co-home-banner a svg {
        height: 35px;
        margin-top: -5px;
        width: 140px
    }
    .fh5co-home-banner .card-img {
        height: 100%;
        width: 100%
    }
    .fh5co-home-banner .card {
        border: none
    }
    #main__screen__video {
        margin-bottom: 400px
    }
    .fh5co-home-banner {
        background: #000;
        padding-bottom: 10px;
        height: 600px
    }
}

@media (max-width:600px) {
    .fh5co-home-banner a {
        margin-top: 20px;
    }
    .fh5co-home-banner h2 {
        font-size: 18px;
        max-width: 260px;
    }
    /* .fh5co-home-banner .center-text {
        top: 30%;
    } */
}

@media (max-width:450px) {
    .fh5co-home-banner {
      
        height: 500px
    }
    .fh5co-home-banner .center-text {
        top: 15%
    }
}