.image-container-20::before {
    position: absolute;
    font-weight: bold;
    transform: translate(-50%, -50%) rotate(-30deg);
    top: 50%;
    left: 50%;
    width: 80%;
    text-align: center;
    font-size: 15px;
    color: red;
}

@media (max-width:768px) {
    .image-container-20::before {
        position: absolute;
        font-weight: bold;
        transform: translate(-50%, -50%) rotate(-30deg);
        top: 50%;
        left: 50%;
        width: 80%;
        text-align: center;
        font-size: 20px;
        color: red;
    }
}

.image-container-20 {
    pointer-events: none;
}

.image-container-10::before {
    position: absolute;
    font-weight: bold;
    transform: translate(-50%, -50%) rotate(-30deg);
    top: 50%;
    left: 50%;
    width: 80%;
    text-align: center;
    font-size: 15px;
    color: red;
}

@media (max-width:768px) {
    .image-container-10::before {
        position: absolute;
        font-weight: bold;
        transform: translate(-50%, -50%) rotate(-30deg);
        top: 50%;
        left: 50%;
        width: 80%;
        text-align: center;
        font-size: 20px;
        color: red;
    }
}

.image-container-10 {
    pointer-events: none;
}

.image-container::before {
    position: absolute;
    font-weight: bold;
    transform: translate(-50%, -50%) rotate(-30deg);
    top: 50%;
    left: 50%;
    width: 80%;
    text-align: center;
    font-size: 20px;
    color: red;
}

@media (max-width:768px) {
    .image-container::before {
        position: absolute;
        font-weight: bold;
        transform: translate(-50%, -50%) rotate(-30deg);
        top: 50%;
        left: 50%;
        width: 80%;
        text-align: center;
        font-size: 20px;
        color: red;
    }
}

.image-container {
    pointer-events: none;
    position: relative;
    width: 100%;
    height: 100%;
}
