#container {
    opacity: 100;
}
.main_poster {
    top: 0;
}
.main_poster img {
    z-index: 0;
}
.btn_details {
    z-index: 0;
}
.noscript {
    position: fixed;
    background: #000;
    width: 100%;
    height: 100%;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
    opacity: 0.7;
    overflow: hidden;
}
.noscript p {
    position: absolute;
    top: 40%;
    width: 100%;
    height: 100%;
    font-size: 120%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 2px;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.5);
}
.noscript p span {
    border: 8px #fff solid;
    display: inline-block;
    padding: 15px 30px;
}
