.filmstrip-details { 
    min-height: 10em;
    padding-top: 1em;
}

.filmstrip-details h1 {
    font-size: 1.5em;
    color: white;
}
.filmstrip-details h2 {
    font-size: 1.0em;
    margin-top: 0;
}

.filmstrip-details p {
    font-size: 0.9em;
}

.filmstrip-image-container {
    position: relative;
        
    
    margin-bottom: 2em;
    cursor: pointer;
}

@media (max-width: 767px) {
    .filmstrip-image-container {
        margin-bottom: 0;
    }
}    


.filmstrip-image-container .textpreview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5px;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    margin-bottom: 2em;
    overflow: hidden;
    font-size: 0.8em;
}

.filmstrip-image-container .image-attribution {
    font-size: 0.62em;
    text-transform: uppercase;
    color: #FFF;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    margin: 0 2px 2px 0;
    background: rgba(0, 0, 0, .6);
}

.filmstrip-image-container .image-attribution a {
    color: #FFF;
}

#selected-filmstrip-details h2,
#selected-filmstrip-details h6, 
#selected-filmstrip-details p {
    color: #fff;
    
}

#selected-filmstrip-details h1 {
    margin-top: 10px;
}

#selected-filmstrip-details h1 a {
    color: #fff;
}

#selected-filmstrip-details h6 {
    padding: 0;
    margin: 0;
}

#selected-filmstrip-details h6 a {
    color: #ccc;
    text-decoration: underline;
    text-transform: uppercase;
}

#selected-filmstrip-img {
    width: 100%;
}

