nav {
    background: none;
    background-color: #1A1A1A;
}

#sponsors-container {
    position: relative;
    overflow: hidden;
}


#sponsors-section > h1 {
    margin-bottom: 40px;
}
#sponsors-section > .btn {
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 200px;
    width: 200px;
    margin: auto;
    margin-bottom: 50px;
    display: block;
}
#sponsor-hand {
    position: absolute;
    height: 350px;
    right: 0;
    bottom: -90px;
    z-index: -1;
}


@media screen and (max-width: 991px) {
    #sponsor-hand {
        display: none;
    }
}