/* V69 — Onaylanan gün batımı hero / masaüstü ve mobil tamamen ayrı */
body.home .home-hero-v69{
  position:relative;
  width:100%;
  margin:0;
  padding:0;
  overflow:hidden;
  background:#20120e;
}
body.home .home-hero-v69 img{
  display:block;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  object-fit:cover;
  object-position:center center;
}
body.home .home-hero-v69-desktop{
  display:block;
  aspect-ratio:2073/758;
}
body.home .home-hero-v69-mobile{display:none;}
body.home .home-hero-v69-desktop + .home-hero-v69-mobile + #yazilar{
  padding-top:36px;
}
@media (max-width:900px){
  body.home .home-hero-v69-desktop{display:none!important;}
  body.home .home-hero-v69-mobile{
    display:block!important;
    width:100%!important;
    aspect-ratio:9/16!important;
    min-height:0!important;
    max-height:none!important;
  }
  body.home .home-hero-v69-mobile img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
  }
  body.home .home-hero-v69-mobile + #yazilar{
    padding-top:28px!important;
  }
}
@media (max-width:430px){
  body.home .home-hero-v69-mobile{aspect-ratio:9/16!important;}
}
