body {
    background-color:rgb(20,20,20);
    font-family: 'Open Sans';
    overflow-y:hidden;
}
video {
    display: none;
    width: 100vw;
    height: calc(100vh - 176px);
    outline: none;
    position: absolute;
}
h3 {
    color:white;
    font-weight:bold;
    font-size:24px;
    font-family: 'Open Sans';
}
#sample-title {
    color: white;
    font-size: 2em;
    text-align: center;
    padding: 15px 160px 0px 0px;
    font-family: "Montserrat", sans-serif;
}
.ms-productions-logo {
    max-width: 100px;
    float: left;
    padding: 10px 20px;
}
#small-header {
    background-color: rgb(20,20,20);
    height: 100px;
    order:1;
    border-bottom:1px solid white;
}
#content {
    order:2;
}
#sample-canvas{
    display:flex;
    justify-content: center;
    height:calc(100vh - 175px);
    flex-wrap:wrap;
    overflow-y:scroll;
}
#sample-canvas > div:first-child {
    flex-basis:100%;
    background-image:url('https://media.moresteam.com/main/pics/chart-noir-shot1.png');
    background-size:cover;
    background-repeat:no-repeat;
    order:2;
} 
#sample-canvas > div:nth-child(2) {
    flex-basis:100%;
    position: relative;
    background-image: url('https://media.moresteam.com/main/pics/teaser-collage.png');
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat;
    order:1;
}
#sample-canvas > div:nth-child(2) > img:first-child {
    opacity:0.10;
    position: absolute;
    top:0;
    left:0;
}
#sample-canvas > div:nth-child(2) > img:nth-child(2) {
    width:85%;
    margin:30px 30px 0px 30px;
}
#teaser-image {
    display:none;
}
#movie-details{
    width:66%;
    margin:0 auto;
}

#movie-details > img {
    width:90%;
    padding: 2em 0em 1em 0em;
}
#movie-details button {
    width: 220px;
    color: white;
    background-color: rgb(32,32,32);
    padding: 0.5em;
    margin: 10px;
    font-size: 24px;
    border: none;
    font-family: 'Open Sans';
    outline: none;
}
#movie-details button#chart-noir-trailer {
    margin-left:0px;
    background-color:#EC5543;
}
.fa-play {
    margin-right:10px;
}
p {
    font-family: 'Open Sans';
    color:white;
    line-height:1.5em;
}
p.flex{
    display: flex;
    flex-direction: row;
    font-size:14px;
}
p > span {
    padding-right:20px;
}
p > span:first-child{
    color:#9AC63C;
}
#small-footer {
    background-color: rgb(20,20,20);
    height: 75px;
    color: white;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    line-height: 1.25em;
    order:3;
    width:100%;
    border-top:1px solid white;
}
.ga-footer-link{
    color:white;
}
.footer-info li {
    font-size: 11px;
    padding: 2px 0;
    font-family: "Hind", sans-serif;
    line-height:1em;
}
.no-list {
    list-style: none;
}
.smaller {
    font-size:12px;
}   
@media (min-height: 850px) {
    #sample-canvas > div {
        margin:50px 0px;
    }
}
@media (min-width: 1050px) {
    #sample-canvas > div:first-child {
        flex-basis:50%;
        order:1;
    }
    #sample-canvas > div:nth-child(2) {
        flex-basis:50%;
        order:2;
    }
    #teaser-image {
        display:block;
    }
    #movie-details{
        width:80%;
        margin:0 auto;
        font-family: 'Open Sans';
    }
    #movie-details img {
        max-width:100%;
    }
    p.flex{
        font-size:14px;
    }
}
