/* ================================
   HEADER IMAGE OJS 3
   Full Width + Tinggi Pendek
   ================================ */

.pkp_site_name {
    padding: 0 !important;
    margin: 0 !important;
    width: 100vw !important;
    max-width: none !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 300px !important;
    overflow: hidden !important;
}

/* Link pembungkus gambar */
.pkp_site_name > a {
    display: block !important;
    width: 100% !important;
    height: 300px !important;
}

/* Gambar header */
.pkp_site_name img {
    display: block !important;
    width: 100vw !important;
    max-width: none !important;
    height: 300px !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    margin: 0 !important;
    padding: 0 !important;
}