.syncroit-fixed-banner {
    margin-top: 50px;
    position: relative;
    height: 290px;
}

.syncroit-fixed-banner .container {
    width: 100%;
    height: 100%;
}

.syncroit-banner-inner {
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.syncroit-banner-inner a {
    text-align: center;
    margin: auto;
    width: 100%;
    height: 100%;
    background-position: center;
    position: absolute;
    background-repeat: no-repeat;
    opacity: 1;
}

.syncroit-banner-inner a:hover {
    opacity: 0.8;
}