.wrap-slider {
    position: relative;
}

.slider-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 99;
}

.flash {
    height: 57px;
    background: rgba(228,9,45,0.68);
    line-height: 57px;
    font-weight: bold;
    overflow: hidden;
    width: 100%;
    color: #fff;
}

.slogan {
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    text-shadow: 2px 2px 2px #000;
}

@media only screen and (max-width: 767px) {
    .slider-text {
        position: relative;
    }
    
    .slogan {
        color: #0092d7;
        text-shadow: none;
        text-align: center;
    }
    
}

@media only screen and (max-width: 1199px) {
    .slogan {
        font-size: 14px;
    }
    
    .flash {
        height: 40px;
        line-height: 40px;
    }
}