.safety-image-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.safety-image {
    display: block;
    width: 52.083333333333333333333333333333vw;
    height: 26.041666666666666666666666666667vw;
    min-width: 250px;
    min-height: 125px;
}

.safety-image-x2 {
    display: none;
    width: 52.083333333333333333333333333333vw;
    height: 26.041666666666666666666666666667vw;
}

@media screen and (min-width: 960px) {
    .safety-image {
        display: none;
    }

    .safety-image-x2 {
        display: block;
    }
}
