    /*Parallex image*/
    .promotional-bg {
        background-image: url(../../../mo/openday/kambri.jpg);
        height: 740px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .v-align {
        align-items: center;
    }

    @media only screen and (max-width:767px) {

        /*reduce parallex area*/
        .promotional-bg {
            height: 600px;
        }

        a.anu-btn-black.w80,
        a.anu-btn-white.w80 {
            width: 100% !important;
        }
    }