@import url("../raywhite_v2/style.css");
.property-list-item-div .selling_agents_names{
    display: flex !important;
    font-style: normal !important;
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translate(-50%,-50%);
    font-family: Playfair Display,Lato,sans-serif !important;
    font-size: 2.5rem;
    left: 50%;
    color: white !important;
    text-shadow: 2px 0 5px black;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    line-height: normal;
}
@media (max-width: 768px){
    .property-list-item-div .selling_agents_names{
        bottom: 9.8rem;
        height: calc(100% - calc(4rem + 125px));
        font-size: 3.5em;
    }
}
.agency-auction-item .live-overlay,
.auction-status-overlay{
    z-index: 9 !important;
}
.presentation-intro-text-div{
    display: block !important;
    line-height: 0;
}

.presentation-intro-text-div .presentation-intro-text {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: initial;
}
.property-list-item-div .property-link-over-image::before{
    content: ' ';
    background: #00000078;
    width: 100%;
    height: 100%;
    white-space: pre-wrap;
    position: absolute;
}
.auction-date-time-wrapper{
    bottom: 0;
    right: 0;
}

.auction-item-online-bidding-info-overlay{
    display: none !important;
}
