div.flash {
    padding: .8em;
    margin-top: 10px;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}

div.flash.success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    font-size: 15px;
}

div.flash.error {
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}

ul.error {
    list-style: none;
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
    padding: 10px 15px;
}

.lg-content {
    bottom: 160px !important;
}

.chevron-btn {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #0d6efd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #fff !important;
    bottom: 90px;
    right: 20px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 5px;
    text-decoration: none;
    outline: none;
}

.chevron-btn:hover {
    -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
    box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    background-color: black;
}

.gallery-thumbnail {
    max-height: 400px;
    max-width: 100%;
    vertical-align: middle;
    cursor: pointer;
}

.video a {
    position: absolute;
    display: block;
    background: url(http://www.slatecube.com/images/play-btn.png);
    height: 100%;
    width: 100%;
    top: 75px;
    left: 150px;
    background-size: 50px 50px;
    background-repeat: no-repeat;
}
@media (min-width: 310px) {
    .previousStory {
        display: flex
    }
}

.videoIcon {
    position: absolute;
    left: 30%;
    top: -50%;
    color: white !important;
    font-size: 4em !important;
    padding: 10px;
    cursor: pointer;
    background: black;
    display: flex !important;
    align-items: center;
}

.lg-sub-html {
    background: rgba(0,0,0,0.5);
}
