/*
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 : Mar 23, 2016, 8:50:29 PM
    Author     : baldetti
*/
body{
    font-family: Arial;
    color: white;
    text-shadow: 1px 1px black;
}
#baakelite_title {
    top: 0px;
    right: 0px;
    position: fixed;
    z-index: 50000;
}
#baakelite_wall {
    background-image: url("/nolang/baakelite/wall.jpg");
    background-size: cover;
    background-position: center;
    top: 0px;
    right: 0px;
    left: 10%;
    bottom: 0px;
    display: block;
    position: absolute;
    width: 90%;
    height: 100%;
}
#baakelite_right {
    height: 100%;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 30%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
}
#baakelite_info {
    top: 200px;
    text-align: center;
    width: 90%;
    position: absolute;
    margin-left: 5%;
}
.movieselect {
    width: 100%;
    height: auto;
}

#backlist {
    bottom: 25px;
    left: 225px;
    position: fixed;
}
.btn {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: #ffffff;
  font-size: 20px;
  background: #000000;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #000000;
  text-decoration: none;
  color: #ffde00;

}
#baakelite_media {
    width: 60%;
    background-color: black;
    border-radius: 30px;
    position: absolute;
    margin-left: 5%;
    margin-top: 5%;
}
video {
    width: 96%;
    height: auto;
    margin-left: 2%;
        border-radius: 30px;
}
            #share {
                margin-top: 5px;
                margin-left: 20px;
            }