 body {
            background-image: url('../images/arkaplan.jpg'); /* Arkaplan resmini ekliyoruz */
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            margin: 0;
            padding: 0;
            font-family: 'Arial', sans-serif;
        }
 .resim-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }

        .resim {
            margin: 5px;
            transition: transform 0.3s ease-in-out;
            position: relative;
            width: 100%;
            max-width: 300px;
			transform: scale(0.8);
			
        }

        .resim:hover {
            transform: scale(1);
            z-index: 1;
        }

        .resim:hover ~ .resim {
            transform: none;
        }

        .cubuk {
            height: 100px;
            border-left: 3px solid #58585a;
            margin: 0 10px;
        }
.none{
			display: inline-block;
						}


.container{
    max-width: 1140px;
}

.box-inner {
    padding: 20px 10px;
    width: 100%;
    text-align: center;
    border: 1px solid #E9E9E9;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

@media (max-width: 991px) {
	.none1{
			display: none;
						}

}
@media (max-width: 767px) {
	.none{
			display: none;
						}
.resim {
            margin: 5px;
            transition: transform 0.3s ease-in-out;
            position: relative;
            width: 100%;
            max-width: 300px;
			transform: scale(0.6);
        }
}