/*@import url('http://fonts.cdnfonts.com/css/helvetica-neue-lt-std-55');*/

@font-face {
    font-family: 'Helvetica Neue LT Std';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Helvetica-Neue-LT-Std-75-Bold_22539.ttf");;
}

.section-home .frontpage-container .welcome-title h1 {
    display: none;
}

.section-home {
    background: url("/wp-content/themes/sanlamreality/Sections/SectionHomeTravel/banner/desktop.png") 0px center no-repeat;
    background-size: contain;
    position: relative;
    height: 68vh;
    padding: 270px;
    cursor: pointer;
}

@media screen and (max-width: 1440px) {
    .section-home {
        background: url("/wp-content/themes/sanlamreality/Sections/SectionHomeTravel/banner/desktop.png") 0px center no-repeat;
        background-size: cover;
        position: relative;
        padding: 224px;
    }
}

@media screen and (max-width: 500px) {
    .section-home {
        background: url("/wp-content/themes/sanlamreality/Sections/SectionHomeTravel/banner/mobile.png") 0px center no-repeat;
        background-size: contain;
        position: relative;       
        height: 926px !important;
    }
}

@media screen and (max-width: 375px) {
    .section-home {
        background: url("/wp-content/themes/sanlamreality/Sections/SectionHomeTravel/banner/mobile.png") -25px center no-repeat;
        background-size: cover;
        position: relative
    }
}



