.home-cta .trailer {
    margin-top: 0px;
}

figure.trailer {
    position: relative;
    overflow: hidden;
    background: #13123d;
    text-align: center;
    cursor: pointer;
    margin: 20px auto 0;
}

    figure.trailer img {
        position: relative;
        display: block;
        margin: 0 auto;
        opacity: 0.8;
        width: 100%;
        max-width: 100%;
    }

    figure.trailer figcaption {
        padding: 30px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.trailer-text {
    display: table;
    width: 100%;
    height: 100%;
    color: #333;
}

    .trailer-text .trailer-bottom {
        display: table-cell;
        vertical-align: bottom;
    }

.trailer-dark {
    display: block;
    padding: 5px;
    background-color: rgba(51,51,51,0.6);
    color: #fff;
}

figure.trailer .trailer-dark h2 {
    color: #fff;
}

figure.trailer p {
    margin: 0;
}

.section-colored.section-light {
    background-color: #eee;
}

.section-colored {
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 100px 0;
    /*background-color: black!important;*/
    background-image: url('/content/theme/images/patterns/use_your_illusion.png') !important;
}


.search-button {
    background-color: #0e1925 !important;
    border: #eff1f7 solid 1px !important;
    color: #eff1f7 !important;
    transition: background-color 0.5s ease, color 0.5s ease;
}

    .search-button:hover {
        background-color: #eff1f7 !important;
        color: #0e1925 !important;
    }