.card-header {
    position: relative;
}

/* Force badge to ignore Bootstrap img rules */
.summercamp {
    position: absolute;
    top: -40px;
    right: -25px;

    height: 75px !important;
    width: auto !important;

    max-width: none !important;
    max-height: none !important;

    display: block;
    object-fit: contain;

    z-index: 20;
    pointer-events: none;

    filter: drop-shadow(0 6px 10px rgba(0,0,0,0.35));
}

@media (max-width: 576px) {
    .summercamp {
        height: 65px !important;
        top: -33px;
        right: -20px;
    }
