.unitym {
    position: relative;
    display: inline-flex;
    padding: 10px;
    width: 100%;
    min-height: 240px;
    background: url("/Media/PropulationBlastMobile.png") center/cover no-repeat;
    border: #343a40;
    border-width: 10px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
}

.unitym::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);

}

.unitym > * {
    position: relative;
    z-index: 1;
}

.PropulsionBlast-Text {
    text-align: center;
}

.PropulationBlast-Credits {
    display: block;
    width: 100%;
    max-width: 960px;
    margin: 0.5rem auto 0 auto;
    text-align: right;
    font-size: 0.8rem;
}

@media (min-width:900px) {
    .unitym {
        display: none;
    }
}

.unityd {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    /* Center the image horizontally */
}

@media (max-width: 900px) {
    .unityd {
        display: none;
    }
}

.PropulationBlast {
    background-color: var(--panel-color);
    padding: 1.5rem 5rem;
    margin: 2rem auto;
    height: auto;
    border-radius: 1rem;
    backdrop-filter: blur(20px);
}

@media (max-width: 768px) {
    .PropulationBlast {
        padding: 1.5rem 1rem;
        margin: 1rem auto;
    }

    .PropulationBlast h1 {
        font-size: 1.5rem;
        padding-left: 0;
    }
}