.listing-wrapper {
    text-align: center;
    padding: 15px;
}
.listing-scale-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 5px;
}
.listing-image {
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 4/3;
}
.listing-image-info {
    color: #969696;
    font-size: 12px;
}
.listing-action {
    padding: 10px 20px;
    width: 150px;
    border: 1px solid black;
    border-radius: 5px;
    color: #000;
}
.listing-headline {
    font-size: 20px;
}
.listing-image-container {
    display: none;
    position: fixed;
    z-index: 9000000;
    top: 0;
    left: 0;
    background-color: rgba(96 , 96 , 96 , 0.8);
    width: 100%;
    height: 100%;
}
.listing-image-container img.listing-scale-image-container {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.listing-image-container img.listing-close-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    cursor: pointer;
}
@media all and (max-width: 800px) {
    .listing-image-container img.listing-close-icon {
        width: 30px;
    }
}
