#slider_2_right>div>div a {
    display: block;
    margin-left: 2px;
}

#slider_2_right>div>div:first-child a {
    display: block;    
    margin-bottom:1px;
}

#slider_2_right>div>div:last-child a {
    margin-top: 1px;
}

#slider_2_right>div>div a img {
    display: block;
}

#slider_2 {
    margin-right: 1px;
}

#slider_2 .slide a {
    display: block;
    position: relative;
    padding: 30px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slider_2 .slide {
    text-align: center;
}

#slider_2 .slide h2 {
    font-size: 60px;
    font-weight: 400;
}

#slider_2 .slide h2 span {
    font-size: 31px;
    display: block;
    font-weight: 400;
}

#slider_2 .slide .find_out_more {
    display: inline-block;
    background: transparent;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 45px;
    line-height: 25px;
    border:3px solid #dac37a;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#slider_2 .slide a:hover .find_out_more {
    background: rgba(242,227,165,0.26);
}

#slider_2 .slide .find_out_more:before {
    content: 'Find out more';
}



@media screen and (max-width: 992px) {
    #slider_2 .slide a {
        margin: 1px;
    }

    #slider_2_right>div {
        min-height: 0 !important;
    }

    #slider_2_right>div>div a {
        margin: 1px;
    }

    #hero_slider section {
        min-height: 0 !important;
    }

    #hero_slider section a {
        padding: 90px 30px !important;
    }

    #slider_2 .slide h2 {
        font-size: 32px;
    }


    #slider_2 .slide a {
        margin: 0;
    }

}

@media screen and (max-width: 480px) {
    #hero_slider section a {
        padding: 90px 15px !important;
    }
}