figure{
position:relative;}

.soldoutside {
    top: 45%;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
}
.sold {
    position: relative;
    display: inline-block;
    color: red;
    font-size: 5em;
    font-weight: bold;
    z-index: 100;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
}
.car-listing .soldoutside {
    top: 15%;
    position: absolute;
    text-align: center;
    width: 90%;
    left: 5%;
    height: 100%;
}
.car-listing .sold {
    position: relative;
    display: inline-block;
    color: red;
    font-size: 9em;
    font-weight: bold;
    z-index: 100;
    transform: rotate(-45deg);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
}