img,picture {
        max-width: 100%;
    max-height: 100%;
    object-fit: cover;
        height: 100vh;
    align-content: center;
      background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
img.urunresmi.resim-ayari, .eleman.resim-ayari {

background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fiyat1::before, .efiyat::before {
    display: none;
    }
.resimliefiyat {
	float: right;
}
.fiyat {
   text-align: unset;
}
.eleman {
    justify-content:unset;
    flex-wrap: nowrap;
}
.yazilar {
    display: flex;
    flex-direction: column;
    margin-left: .5rem;  
  margin-right: .5rem;
    justify-content: space-around;
    min-height: 20vw;
        width: 100%;

}
.yazilar .isim {
      margin-left: .5rem;
      margin-right: .5rem;
}
.fiyatlar {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.arka {
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
}
@media (orientation: portrait) {
img.urunresmi {
    height: 20vw;
    width: 30vw;
}
.yazilar {
    min-height: 20vw;
}  
  .eleman {
    width: 100%;
  }
  .liste {
    display:block;
}


}
@media (orientation: landscape) {
img.urunresmi {
    height: 10vw;
    width: 15vw;
}
.yazilar {
    min-height: 10vw;
}
  .eleman {
   width: 49% ;
  }


}

