/* IE11 css overrides */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    #home .illustration svg {
        height: 300px !important;
    }

    button.dare-card {
        background: rgba(255,255,255,0.1);
    }

    .dare-card .front-letter {
        top: 0px;
        left: 90px;
    }

    .dare-card .back-letter {
        top: -42px;
        left: 47px;
    }

}

@media all and (min-width:992px) {
    #home .illustration svg {
        height: 560px !important;
    }
}
