.today-hide,
.this-week-today-hide,
.last-week-today-hide,
.next-week-today-hide {
	display: none;
}

#myDropDown {
	border: solid #336699;
	width: 60%;
	margin-bottom: 40px;
}

video.size {
	width: 50%;
	height: 100%;
	border-width: 0;
}

.modal {
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	display: none;
}

.modal-dialog {
	margin-top: 150px;
}

button.close {
	margin-left: 50%;
	background: #336699;
	color: #fff;
	border: none;
	height: 25px;
	width: 25px;
	font-size: 22px;
}

button.close:hover,
button.close:focus {
	cursor: pointer;
}

@media only screen and (max-width: 1400px) {

	.weekepisode-container,
	.right-episode,
	.left-episode {
		width: 100%;
	}

	.left-episode {
		margin-bottom: 20px;
	}

	video.size {
		width: 80%;
	}

	button.close {
		margin-left: 80%;
	}
}
