.base img {
    width: 100%;
    height: 350px !important;
}

.fill img {
    object-fit: fill;
}

.contain img {
    object-fit: contain;
}

.cover img {
    object-fit: cover;
}

.scale-down img {
    object-fit: scale-down;
}

.none img {
    object-fit: none;
}

.VideoGalerisi {
    color: #fff;
    padding-left: 2%;
    padding-right: 2%;
    border-radius: 5px !important
}

    .VideoGalerisi:hover {
        color: #e10e34;
        border-radius: 5px !important;
    }

@media (max-width: 767px) {
    .row {
        padding: 0 !important;
        margin: 0
    }
}
.sponsor1 {
    padding: 4px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px solid #ddd;
    border-left: 2px solid #e10e34
}

.sponsor2 {
    cursor: pointer;
    min-height: 60px;
    width: 100%;
    background: rgba(255, 255, 255, 0.125);
    padding-top: 10px;
    text-align: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.sponsor3 {
    background: #252525;
    font-size: 16px
}


.sponsor4 {
    padding-top: 4%
}






.nav1 {
    padding-top: 4%
}

.nav2 {
    border-radius: 4px !important;
    background: #fff !important;
}

.nav3 {
    border-right: 2px solid #e10e34 !important;
    padding: 0 !important;
    margin-top: 3px !important;
}

.nav4 {
    background-color: #252525 !important;
    color: #fff !important;
    -webkit-border-top-left-radius: 10px !important;
    -webkit-border-bottom-left-radius: 10px !important;
    -moz-border-radius-topleft: 10px !important;
    -moz-border-radius-bottomleft: 10px !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}


