.base img {
    width: 100%;
    height: 300px !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 !important
    }

    .container {
        padding: 0 !important;
        margin: 0 !important
    }
}
.duyuru2 {
    padding-top: 1.3%;
}
.duyuru3 {
    border: solid 1px;
    color: #adadad;
    padding: 5px
}
.duyuru4 {
    height: 52px;
}
.duyuru5 {
    min-height: 25px;
    font-size: 25px;
    color: #e10e34;
    font-family: 'Teko',sans-serif
}
.duyuru6 {
    height: 60px;
    color: #333 !important
}
.duyurubuton2 {
    background: #e10e34;
    color: #fff;
    padding: 2%;
    width: 100%
}