#contact-container {
    padding-top: 0px !important;
}
#contact-container .top {
    display: table;
    width: 100%;
    height: calc(100% - 200px);
    position: relative;
}
#contact-container .top hgroup {
    z-index: 1;
    position: relative;
    display: table-cell;
    max-width: initial;
    vertical-align: middle;
    width: 100%;
}
#contact-container .top hgroup a {
    display: table;
    margin: auto;
}
#contact-container .top figure {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0px;
    left: 0;
    overflow: hidden;
    background-repeat: no-repeat;
}
#contact-container .top figure img {
    opacity: 0.5;
}
#contact-container .top hgroup > h4 {
    font-size: 30px;
}
#contact-container .top button {
    margin: auto;
}

@media (max-width: 992px) {
    #contact-container .top hgroup > h4 {
        font-size: 17px;
    }
    #contact-container .top {
        min-height: 480px;
    }

}
