@media (min-width: 767px) {
    .base2 {
        height: 450px !important;
        border: 1px solid #ddd;
        float: left !important;
        padding: 5px !important;
        margin-right: 2% !important;
        max-width: 450px !important
    }

    .base img {
        width: 100%;
        height: 110px !important;
    }
}

@media (max-width: 767px) {
    .base2 {
        border: 1px solid #ddd;
        float: left;
        padding: 5px;
        margin-right: 2%;
        max-width: 360px !important
    }

    .base img {
        width: 100%;
        height: 202px !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
    }
}
.ic-banner{
    padding: 15px 0
}
.text-justify{
    text-align: justify;
}
.pt-yuzde4{
    padding-top: 4%;
}
.navgo-border {
    border-radius: 4px;
    background: #fff;
}
.nav3 {
    border-right: 2px solid #e10e34 !important;
    padding: 0 !important;
    margin-top: 3px !important;
}
.pl-0 {
    padding-left: 0;
}

.galeri-li {
    margin-bottom: 10px;
    padding-top: 25px
}
.galeri-img {
    border: 1px solid #ddd;
    padding: 5px;
    height: 150px
}


.surdurulebilir-margin {
    margin-top: 25px;
    margin-bottom: 18px;
}
.surdurulebilir-buton {
    background: #1f1f1f;
    padding: 1%;
    border-left: 3px solid #e10e34;
    color: #fff;
}
.text-red{
    color:#ff0000 
}
.height-200{
    height:200px
}