/*
File: home.css
Home page overrides
*/

#rf-body .rf-home--slider .et_pb_container {
    max-width: 1400px;
}

#rf-body .rf-blurb {
    .et_pb_blurb_content {
        .et_pb_main_blurb_image .et_pb_image_wrap {
            width: 500px;
            border: 1px solid red;
        }
    }
}