.headerHeight{
    height: 160px;
}

.hero-images.backgroundImageCenter .embed-responsive-item{
    padding: 0 !important;
}

@media (min-width: 768px) {

    .headerHeight{
        height: 90px;
    }
}

@media (min-width: 992px) {

    .headerHeight{
        height: 110px;
    }
}