.h-100 {
    height: 100vh !important;
    object-fit: cover;
    object-position: bottom;
}

/* .h-100-2{
    height: 100vh !important;
    object-fit: cover;
    object-position: top;
} */





.m-info {
display:none !important;
}

.footer {
    position: relative;
}

.info {
    position: absolute;
    bottom: 11%;
    left: 5%;

    img {
        height: 35px;
        margin-left: 18px;
    }

    a {
        font-family: 'Izmir';
        font-size: 24px;
        text-decoration: none;
        color: #fff;
    }
}

.mobile {
    display: none !important;
}

.scroll {
    width: 100%;
    padding: 30px 0 30px 2%;
    overflow-x: scroll;
    background-color: #fff;

    img {
        width: 8.3%;

        filter: grayscale(1);
        transition: all .5s ease;
        cursor: pointer;


    }

    img:hover {
        filter: grayscale(0) !important;
    }
}

@media (max-width:769px) {
	.info {
display:none !important;
}
	.m-info {
display:block !important;
}
    .mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }

    .h-100 {
        height: auto !important;
    }

 .m-info {
    position: absolute;
    bottom: 10%;
    right: 10%;

    img {
        height: 20px;
        margin-right: 5px;
    }

    a {
        font-family: 'Izmir';
        font-size: 14px;
        text-decoration: none;
        color: #fff;
    }
}

    .scroll {
        padding: 10px 0 10px 0%;

        .logolar {
            width: 330% !important;
            margin-left: 30px;
            margin-right: 0px;
        }
    }
}