/*Formularz*/

.stream-textbox {
	min-width:500px;
}

.stream-rtextbox {
	max-width:100%;
	min-width:500px;
    min-height:250px;
}

.form {
     min-width: 100%;
}

@media only screen and (min-width: 1680px) {
    .stream-textbox {
	min-width:800px;
	}
	.stream-rtextbox {
	min-width:800px;
	}
	
}

@media only screen and (max-width: 1024px) {
    .stream-textbox {
	min-width:97%;
	}
	.stream-rtextbox {
	min-width:97%;
	}
	
	.form {
	min-width: calc(100% - 28px);
    display: inline-flex;
	}

	.stream-player {
		margin-left: 0 !important;
	}
}

@media only screen and (max-width: 480px) { 
	.form {
    word-break: break-all;
	}
}

.stream-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;
    margin-right: 25px;
    float: left;
}
.right_block {
    display: block;
    float: right;
}
.center_block {
    display: block;
    width: auto;
}
.stream-container {
    max-width: 100%;
    width: auto;
    margin: 2%;
    background-color: #00000014;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #000000;
    /* border: solid 2px black; */
    padding: 25px;
}
.background.stream-cover {
    height: auto!important;
    padding-bottom: 0;
    left: 0;
    width: 225px;
    background-color: #999966;
}
.stream-cover {
    width: 300px;
    box-shadow: 0px 0px 10px #000000;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
}
.stream-title {
    margin-top: 20px;
    font-size: x-large;
    font-weight: bold;
    text-align: center;
}
.stream-info {
    max-width: 650px;
    0: 4000px
    margin-top: 0px;
    margin-left: 300px;
    text-align: center;
    padding: 25px;
}

.stream-player {
	margin-top:25px;
	margin-left: 300px;
}

.stream-tags {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 2%;
    padding: 5px;
    margin-top: 25px;
    border-radius: 10px;
    /* border-right: solid 2px black; */
    /* border-left: solid 2px black; */
    /* border-bottom: solid 2px black; */
    background-color: #00000063;
}
@media only screen and (max-width: 1023px) {
    .stream-cover {
        max-width: 200px;
        width: auto;
        height: auto;
        float: inherit;
        margin-bottom: 25px;
    }
    .stream-info {
        margin-top: 0;
        margin-left: 0;
        padding: 10px;
    }
    .left_block {
    margin-right: 0px;

    }
}
@media only screen and (max-width: 320px) {
    .stream-container {
        word-break: break-all;
    }
    .stream-player {
        padding: 5px;
    }
}
}