/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17.11.2015, 17.11.2015 18:30:18
    Author     : floor12
*/

div.trailerPreview {
    border: 1px #A0A0A0 solid;
    background-color: #636363;
    cursor: pointer;
    background-position: center;
    background-size: 100%;
    height: 0;
    padding-bottom: 45%;
    margin-bottom: 10px;
}


div.trailerPreview div.play {
    content: " ";
    height: 0;
    width: 100%;
    background-image: url(/design/play.png);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.55;
    transition: all 0.3s ease-out 0s;
    left: 15px;
    padding-bottom: 45%;
}

.items div.trailerPreview {
    /*margin: 0 auto;*/
}

div.trailerBlock a {
    display: block;
    margin: 5px 0 0 0;

}

div.trailerBlock span {
    display: block;
    font-size: 85%;
    color: #666;
    margin-top: 5px;
    min-height: 40px;
}

div.trailerModal {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: rgba(1, 1, 1, 0.9);
    top: 0;
    display: none;
    z-index: 10;
}

div.trailerModal video {
    margin: 5% auto;
    display: block;
    max-width: 70%;

}

div.trailerBlock {
    margin-bottom: 30px;
    min-height: 211px;
}