.movie-content {
min-height: 100%;
position: relative;
overflow: auto;
z-index: 0; 
}

.movie-background {
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
margin: 0;
padding: 0;
}

.top_block {
width: 100%;
display: block; 
}

.bottom_block {
position: absolute;
width: 100%;
display: block;
bottom: 0; 
}

.left_block {
display: block;
float: left; 
}

.right_block {
display: block;
float: right; 
}

.center_block {
display: block;
width: auto; 
}

.movie-container {
    max-width: 650px;
    width:auto;
    min-height: 300px;
    background-color: #efefef;
    border: solid 2px black;
    padding: 25px;
    }

.background.movie-cover {
height: auto !important;
padding-bottom: 0;
left: 0;
width: 225px;
background-color: #999966; 
}

.movie-cover {width: 200px;height: 285px;box-shadow: 0px 0px 10px #000000;border-radius: 5%;-webkit-border-radius: 5%;-moz-border-radius: 5%;-o-border-radius: 5%;-ms-border-radius: 5%;}

.movie-title {
    margin-top: 20px;
    font-size:x-large;
    font-weight:bold;
    text-align:center;
}

.movie-info {
    margin-top: 80px;
    margin-left: 40%;
    padding: 25px;
}


.movie-description {
    max-width: 650px;
    width:auto;
    height: auto;
    padding: 25px;
    border-right: solid 2px black;
    border-left: solid 2px black;
    border-bottom: solid 2px black;
    background-color: #d6d6d654;
    }

.movie-player {
	max-width: 660px;
    width:auto;
    height: auto;
    padding: 20px;
    border-right: solid 2px black;
    border-left: solid 2px black;
    border-bottom: solid 2px black;
}

.movie-tags {
    max-width: 690px;
    width:auto;
    height: auto;
    padding: 5px;
    border-right: solid 2px black;
    border-left: solid 2px black;
    border-bottom: solid 2px black;
    background-color: #d6d6d6c4;
    }


@media only screen and (max-width: 744px) {
    .movie-cover {
        max-width:200px;
        width:auto;
        height:auto;
        float: inherit;
    }

    .movie-info {
    margin-top: 0;
    margin-left: 0;
    padding: 10px;
    }

}

@media only screen and (max-width: 320px) {
    .movie-container {
        word-break:break-all;
    }
	.movie-player {
		padding:5px;
	}
}

/*Formularz*/

.movie-textbox {
    width: 97%;
}

.movie-rtextbox {
    width: 100%;
}

.movie-break {
	word-break: break-all;
}

}