#slideshow-primary-wrapper {


    background-image: url(/assets/images/pages/contact-us/bedroom.png);
    height: 300px;

}

#slideshow-primary-wrapper h1 {

    max-width: 1000px;
    margin: 140px auto 0 auto;
    text-shadow: 0px 0px 5px #ffffff;
    letter-spacing: 1px;


}

#slideshow-primary-wrapper video.video-js {


    height: 100%;
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;

}


section.brand-find-out-more {

    background-color: #e0e0e0;
    padding: 50px 0;
    margin-top: 50px;

}

section.contact-us .section-container {

    max-width: unset;
}


.section-container .brand-contact-flashcard {
    border-bottom: 55px solid #006DB4;
    margin: 20px 0;
    position: relative;
    background-color: #ffffff;
    height: 380px;
    min-width: 200px;
}

.section-container .brand-contact-flashcard:not(:first-child):not(:last-child) {
    margin: 20px 20px;
}


.section-container .brand-contact-flashcard .brand-contact-flashcard-image {
    /*background-image: url(/assets/images/logo-white.png);*/
    background-position: center top;
    height: 160px;
    line-height: 160px;
    /*background-color: black;*/
    margin: 0 0 10px 0;
    text-align: center;
    vertical-align: middle;
}

.section-container .brand-contact-flashcard .brand-contact-flashcard-image i.fa {

    font-size: 100px;
    line-height: 160px;
    text-align: center;
    vertical-align: middle;

}


.section-container .brand-contact-flashcard .brand-contact-flashcard-header {

    margin: 0 15px 10px 15px;

}

.section-container .brand-contact-flashcard .brand-contact-flashcard-text {

    margin: 0 15px 25px 15px;

}

.section-container .brand-contact-flashcard .brand-contact-flashcard-button {


    display: inline-block;

    position: absolute;
    bottom: -30px;
    left: 30px;


}


form textarea {
    resize: none;
}

