/* ===== USTAJENI PAGE STYLES ===== */

/* Hero background */
.hero-subpage {
    background: linear-gradient(rgba(44, 44, 44, 0.4), rgba(44, 44, 44, 0.5)), url('../images/hero-ustajeni.jpeg') center/cover;
}

/* Content image height override */
.content-img {
    height: 400px;
}

@media (max-width: 768px) {
    .content-img {
        height: 250px;
    }
}