.vitrin {
    background: url(https://xenonsmart.com/panel/uploads/dosyalar_v/resimler/akilli-cuzdan-el.png);
    background-size: 50% !important;
    background-position: right;
    background-repeat: no-repeat;
    background-color: black;
    border-radius: 0px;
  
}

.img-moc {width: 140%; height: auto; }

.uckart {width: 70%; margin: auto; margin-bottom:40px}

.uckart .card {min-height: 600px;}

@media only screen and (min-device-pixel-ratio: 2), 
       only screen and (-webkit-min-device-pixel-ratio: 2) {

        .uckart .card {min-height: 550px;}
}

@media screen and (min-width: 1366px) and (max-width: 1440px) {
    .uckart .card {min-height: 500px;}
   
    
 }

@media screen and (max-width: 468px) {

    .ilkbanner h1 {font-size:2.4rem}

    .vitrin {
       
        background-size: cover !important;
        background-position: right;
        background-repeat: no-repeat;
        background-color: black;
        /* background-position-x: 600px; */
        background-position-y: top;
        background-size: 700px !important;
        background-position-x: -100px;
        background-position-y: 200px;
        padding-top:50px;
        height: 850px;
    }
    .img-moc {width: 170%; height: auto;
        margin-left:-100px;
       
        display: block;
    }

    .uckart .card {min-height: 430px; margin-bottom: 50px;}
}