﻿.top {
    padding-bottom: 0;
}

.notes {
    float: right;
}

#slider1 {
    width: 100%;
    /*height: 394px;*/
    margin: 0 auto;
    /*border: 7px solid rgba(0, 0, 0, .35);*/
    /*box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .1);*/
    /*border-radius: 5px;*/
}

#slider1 h3, #slider1 h4, #slider1 h5, #slider1 p {
        margin: 0;
        padding: 0px 0px;
        color: #fff;
        background: #000;
        background: rgba(255, 255, 255, 0.2);
        position: absolute;
        left: 1%;
        z-index: 1;
    }

#slider1 h3 {
        font-size: 1.75em;
        line-height: 1;
        top: 11px;
    }

#slider1 h4 {
    font-size: 1em;
    line-height: 1;
    top: 63px;
}

#slider1 p {
    font-size: 1em;
    line-height: 1;
    top: 11px;
}

#slider1 p + p {
    top: 140px;
}

#slider1 h5, #slider2 h5 {
    font-size: 1em;
    line-height: 1;
    font-weight: normal;
    font-style: italic;
    margin-left: 150px;
    top: 180px;
}

/* responsive rules */
@media (max-width: 713px) {
    #slider1 {
        width: 100%;
        height: auto; /* reset slider height to automatically fix with the first image height. */
        border: none;
        margin-top: 0;
        border-radius: 0;
    }
    .notes {
        float: none;
    }

    #slider2 {
        width: 100%;
        height: auto; /* reset slider height to automatically fix with the first image height. */
        border: none;
        margin-top: 0;
        border-radius: 0;
    }
}



#slider2 {
    width: 100%;
    /*height: 394px;*/
    margin: 0 auto;
    /*border: 7px solid rgba(0, 0, 0, .35);*/
    /*box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .1);*/
    /*border-radius: 5px;*/
}

#slider2 h3, #slider2 h4, #slider2 h5, #slider2 p {
    margin: 0;
    padding: 0px 0px;
    color: #fff;
    background: #000;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 1%;
    z-index: 1;
}

#slider2 h3 {
    font-size: 1.75em;
    line-height: 1;
    top: 11px;
}

#slider2 h4 {
    font-size: 1em;
    line-height: 1;
    top: 63px;
}

#slider2 p {
    font-size: 1em;
    line-height: 1;
    top: 11px;
}

    #slider2 p + p {
        top: 140px;
    }

#slider2 h5 {
    font-size: 1em;
    line-height: 1;
    font-weight: normal;
    font-style: italic;
    margin-left: 150px;
    top: 180px;
}