@charset "UTF-8";

.content-twitch {
	width: 100%;
}

.content-table-twitch{
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	border-collapse: collapse;
	table-layout: fixed;
	margin-bottom: 100px;
}

.twitch-desc-background{
	width: 100%;
	height: auto;
	min-height: 480px;
	display: block;
}

.twitch-desc-logo{
	position: absolute;
	width: 30%;
	top: 1%;
	left: 40%;
	height: auto;
	display: block;
}

.twitch-content-desc{
	position: absolute;
	width: 69%;
	color: white;
	font-size: 1.5vw;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: bold;
	-webkit-text-stroke: 1px #292929; 
	padding: 10px;
	top: 32%;
	left: 28%;
}

.col-twitch-embed {width: 50%;}
.col-twitch-desc{width: 35%; position: relative}

.col-twitch-spacer-left,
.col-twitch-spacer-right{width:8%}

#twitch-embed {
	width: 100%;
	height: auto;
    min-height: 480px;
    background: #18181b;
    display: block;
}

@media (max-width: 1200px) {
	
	.content-table-twitch,
    .content-table-twitch tbody,
    .content-table-twitch tr {
        display: block;
        width: 100%;
    }
	
	.col-twitch-spacer-left,
    .col-twitch-spacer-right {
        display: none;
    }
	
	.col-twitch-embed,
    .col-twitch-desc {
        display: block;
        width: 100% !important;
        padding: 0 12px;
		margin-bottom: 300px;
        box-sizing: border-box;
    }
	
	.twitch-desc-background {
		min-height: 0 !important;
	}
	
	.twitch-desc-logo{
		width: 25%;
	}
	
	.twitch-content-desc{
		font-size: 3.2vw;
	}

    #twitch-embed {
		aspect-ratio: 16 / 9;
    	min-height: 0 !important;
    }
}