@media screen and (min-width: 1660px) {

     /* #slideshow.split_slideshow ul li {
        position: absolute;
     } */

     #slideshow.split_slideshow.full_list ul li .image,
     #hero_header.hero-mode-split #slideshow ul li .image,
     #hero_header.hero-mode-split #hero_image_responsive {
         width: calc( 66% + ((100vw - 1500px)/2) );
     }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    
    #hero_header.hero-mode-split,
    #slideshow.split_slideshow.full_list,
    .type-fullscreen #header, 
    .layout-hero-header #header, 
    .header-fixed-wrapper #header,
    .type-fullscreen #page_header, 
    .layout-hero-header #page_header, 
    .header-fixed-wrapper #page_header,
    #hero_header > .inner,
    #container {
        padding-left: 40px;
        padding-right: 40px;
    }
    #hero_heading {
        left: 40px;
        right: 40px;
    }
    .fullscreen_slideshow ul li .content .inner {
        padding: 0 40px;
    }

    /* #slideshow.split_slideshow ul li .content {
        padding: 0 30px 0 40px;
    } */
}

@media screen and (max-width: 1023px) {
    #header .inner:before {
        right: 0;
        left: 0;
    }
}

@media screen and (max-width: 767px) {
    
    /*this needs removing and consolidating in the core layout file*/
    .records_list.feature_list ul li {
        flex-direction: column;
    }
    
}
