.soleout {
    position: relative;
}

.filter_img {
    filter: grayscale(70%);
}

.box_soleout {
    z-index: 9999;
    background-color: rgba(126, 126, 126, 0.7);
    position: absolute;
    top: 22%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 0px 10px;
    color: rgb(255, 0, 0);
    transform: translate(-50%, -50%);
    transform: rotate(330deg);
}