.page-property-market-update .neosolax-blog-listing-section .epl-template-slim.epl-clearfix .property_slim_info{
    display: flex;
    flex-direction: column;
}

.page-property-market-update .neosolax-blog-listing-section .property_slim_info .entry-title {
    font-weight: bold;
}

.page-property-market-update .neosolax-blog-listing-section  .property_slim_title {
    width: 100% !important;
}


.page-property-market-update .neosolax-blog-listing-section .property-box .property-feature-icons {
    width: 45% !important;
    float: left;
}

.page-property-market-update .neosolax-blog-listing-section .property-box .property-feature-icons .icon {
    text-align: left;
}


.page-property-market-update .epl-status-sold .property-featured-image-wrapper:before {
    transform: rotate(14.5deg);
    top: 0;
}


/* PODCAST PAGE */

.page-podcast .neosolax-blog-listing-section .epl-template-slim.epl-clearfix .property_slim_info{
    display: flex;
    flex-direction: column;
}

.page-podcast .neosolax-blog-listing-section .property_slim_info .entry-title {
    font-weight: bold;
}

.page-podcast .neosolax-blog-listing-section  .property_slim_title {
    width: 100% !important;
}


.page-podcast .neosolax-blog-listing-section .property-box .property-feature-icons {
    width: 45% !important;
    float: left;
}

.page-podcast .neosolax-blog-listing-section .property-box .property-feature-icons .icon {
    text-align: left;
}


.page-podcast .epl-status-sold .property-featured-image-wrapper:before {
    transform: rotate(14.5deg);
    top: 0;
}

.responsive-video-wrapper {
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.responsive-video-wrapper iframe,
.responsive-video-wrapper object,
.responsive-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}