.masthead-sport{
    background: linear-gradient(to bottom,rgba(22,22,22,.3) 0,rgba(22,22,22,.7) 75%,#161616 100%),url(../img/bg-masthead-sport-2.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
        
}

.btn-primary-sport{
    background-color: #FF9800 !important;
    border-color: #FF9800 !important;
    color: #fff;
}

.btn-primary-sport:hover {
    background-color: #bd7000 !important;
    border-color: #bd7000 !important;
    color: #fff;
}

@media (min-width: 992px) {
    .masthead-sport {
        height: 70vh !important;
        padding: 0;
    }
}