@media only screen and (min-width: 100px) and (max-width: 720px) {

    .yaniletisim{
        padding: 10px 10px;
    }
    .yaniletisim a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        color: whitesmoke;
        margin-right: 25px;

    }
    .header {
      padding: 10px 0;
    }



    .slider .slayt img {
        width: 100%;
        height: 200px;
    }

    .altiletisimkutu a {
        float: left;
        font-size: 20px;
        color: black;
        padding: 3px 0;
    }

    .altiletisimkutu .altiletisim {
        background-color: rgba(33,172,190,0.91);
        width: 40px;
        height: 40px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .altiletisimkutu .altiletisim i {
        font-size: 25px;
        float: right;
        color: white;
    }

    .background-image {
        filter: brightness(var(--bg-bright)) contrast(1.33);
        -webkit-filter: brightness(var(--bg-bright)) contrast(1.33);
        -moz-filter: brightness(var(--bg-bright)) contrast(1.33);
        height: 200px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-size: 100% 100%;
    }
    .background-image-slider {
        filter: brightness(var(--bg-bright2)) contrast(1.33);
        -webkit-filter: brightness(var(--bg-bright2)) contrast(1.33);
        -moz-filter: brightness(var(--bg-bright2)) contrast(1.33);
        height: 200px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-size: 100% 100%;
    }


    .slider-content-breadcrumb h1 {
        font-size: 30px;
    }
    .slider-content nav ol li {
        font-size: 14px;
        color: #fdc800;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
    }
    .slider-content nav ol .breadcrumb-item + .breadcrumb-item::before {

        margin-top: 5px;
    }
    .blog_wrapper {
        padding: 1px 0;
    }
    .blog_wrapper .blog_post h3 {
        font-size: 30px;
        font-weight: 700;
        line-height: 40px;
        color: #333146;
        margin: 30px 0 25px;
    }

    .detayresimbout{
        height: 200px;
        width: 100%;
    }

    .blog_wrapper .blog_wrapper_right {
        padding-left: 10px;
        padding-top: 30px;
    }
    .ortalamobil{
        text-align: center;
    }

    .iconortalamobil{
        text-align: center;
        margin-top: 10px;
    }

    .header .menu > .menu-item {
        display: inline-block;
        padding: 3px 15px;
        position: relative;
        z-index: 100000;
    }


    .blog-img img {
        width: 100%;
        height: 230px;
    }
    .servisresimboyut{
        width: 100%;
        height: 250px;
    }
    .hakkimizdaresimboyut{
        width: 100%;
        height: 250px;
        margin-top: 20px;
    }
    .sssresimboyut{
        width: 100%;
        height: 300px;
    }


}

@media only screen and (min-width: 720px) and  (max-width: 1200px) {
    .yaniletisim a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
    }

    .slider .slayt img {
        width: 100%;
        height: 300px;
    }


    .altiletisimkutu a {
        float: left;
        font-size: 20px;
        color: black;
        padding: 3px 0;
    }

    .altiletisimkutu .altiletisim {
        background-color: rgba(33,172,190,0.91);
        width: 40px;
        height: 40px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .altiletisimkutu .altiletisim i {
        font-size: 25px;
        float: right;
        color: white;
    }
    .detayresimbout {
        height: 400px;
        width: 100%;
    }
    .blog_wrapper .blog_wrapper_right {
        padding-left: 10px;
        padding-top: 30px;
    }
    .background-image {

        height: 250px;

    }

    .background-image-slider {

        height: 250px;

    }

    .blog-img img {
        width: 100%;
        height: 250px;
    }
    .servisresimboyut{
        width: 100%;
        height: 200px;
    }
    .hakkimizdaresimboyut{
        width: 100%;
        height: 250px;
    }
    .sssresimboyut{
        width: 100%;
        height: 300px;
        margin-top: 50px;
    }
}

@media only screen and (min-width: 1200px) {
    .blog-img img {
        width: 100%;
        height: 200px;
    }
    .servisresimboyut{
        width: 100%;
        height: 200px;
    }
    .hakkimizdaresimboyut{
        width: 100%;
        height: 300px;
    }
    .sssresimboyut{
        width: 100%;
        height: 400px;
    }

}
