.base img {
    width: 100%;
    height: 160px !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;
}

@media (max-width: 767px) {
    .row {
        padding: 0 !important;
        margin: 0
    }
}

.belge1{
border: 1px solid #ddd; margin: 0 2%; padding: 2% 0;}

.belge2 {
    min-height: 60px;
    width: 100%;
    background: #1f1f1f;
    color: #fff;
    padding-top: 10px;
    text-align: center;
    border: 1px solid rgba(0,0,0,.3);
    border-left: 3px solid #e10e34;
}

.belge3 {
    padding: 17px 5px 12px 5px
}
.belge4 {
   font-size: 20px; margin: 0; line-height: 21px; font-weight: bold;
}

.belge5 {
    font-size: 14px;
    margin: 0;
    color: #fff;
    text-align: center;
    overflow: visible;
    overflow-x: hidden !important;
}
.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;
}
