.page-id-24 .time-list {
    display: inline-block;
    vertical-align: top;
}

.page-id-24 .time-list span {
    display: block;
}

body.home #genesis-sidebar-primary .widget-wrap img {
    display: block;
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    
    .hero-slider .hero-item:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 700px 0 0 600px;
        border-color: transparent transparent transparent #000000;
        position: absolute;
        bottom: 0;
        z-index: 1;
    }
    
    img.hero-owner {
        position: absolute;
        left: 11px;
        bottom: 0;
        z-index: 1;
        width: 576px;
    }
    
}

@media only screen and (max-width: 1023px) {
    img.hero-owner {
        display: none;
    } 
}