.base img {
    width: 100% !important;
    height: 60px !important;
}

.base2 img {
    height: 85px !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;
}

.slider-baslik1 {
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #fecc00;
    font-size: 60px
}

@media (max-width: 992px) and (min-width:768px) {
    .slider-baslik1 {
        font-family: 'Teko', sans-serif;
        font-weight: 500;
        line-height: 1.2;
        font-size: 45px
    }
}

@media (max-width: 767px) {
    .slider-baslik1 {
        font-family: 'Teko', sans-serif;
        font-weight: 500;
        line-height: 1.2;
        font-size: 25px
    }
}
