.sectorresults-title {
    font: 700 24px/1.2em a;
    font-family: inherit;
    color: #666;
    margin: 0 0 0 44px;
}

.sectorresults_items {
    overflow: hidden;
    clear: both;
    padding-top: 12px;
    margin: 5px 0 0 0;
}

.sectorresults_item {
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    height: 162px;
    background-color: #000;
    margin: 0 0 20px 0;
    box-sizing: border-box;
    font-size: 0;
}

.sectorresults_item a {
    padding: 20px 15px;
    text-shadow: 0 1px 1px #000;
    text-decoration: none;
}

.sectorresults_item a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.sectorresults_items-title {
    font: 700 18px/1.2em a;
    font-family: inherit;
    color: #666;
    margin: 8px 0 20px 65px;
}

.sectorresults_item-photo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: .4;
    transition: opacity .4s;
}

.sectorresults_item:hover .sectorresults_item-photo {
    opacity: .7;
}

.sectorresults_item-date {
    display: none;
    font: 12px/1.2 a;
    font-family: inherit;
    color: #ccc
}

.sectorresults_item-title {
    margin-top: 6px;
    font: 16px/1.2 a;
    font-family: inherit;
    color: #fff;
}

.sectorresults_item-subtitle {
    margin-top: 5px;
    font: 13px/1.3 a;
    font-family: inherit;
    color: #fff;
}

@media only screen and (min-width:1198px) {
    .sectorresults_items {
        margin: 0;
    }

    .sectorresults_item {
        width: 49%;
        height: 200px;
        float: left;
        margin-left: 0;
    }

    .sectorresults_item:nth-child(odd) {
        margin-left: 2%;
    }

    .sectorresults_item .sectorresults_item-title {
        font-size: 20px;
    }

    .sectorresults_item .sectorresults_item-subtitle {
        font-size: 14px;
    }
}
