
/* DEADKOP SHPIL 2.4 — real magazine covers */
.dksh-grid .dksh-cover{
    aspect-ratio:3/4!important;
    background:#050a10!important;
}
.dksh-grid .dksh-cover img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    background:#050a10!important;
}
.dksh-timeline .dksh-cover{
    aspect-ratio:3/4!important;
}
.dksh-timeline .dksh-cover img{
    object-fit:contain!important;
}
.dksh-detail-cover img{
    aspect-ratio:3/4!important;
    object-fit:contain!important;
    background:#050a10!important;
}
