@media screen and (max-width: 992px) {
	.left {
		flex: 1 1 60%;
	}
	.right {
		flex: 1 1 40%;
		padding-left: 12px;
	}
}

@media screen and (max-width: 767.98px) {
	.options {
		flex-direction: column;
	}
	.options button {
		width: 100%;
	}
	.options .btn_popup {
		width: 100%;
		text-align: center;
	}
	.instances .links {
		flex-direction: column;
		gap: 0.75rem;
	}
}

@media screen and (max-width: 768px) {
	.fullscreen .left {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	.fullscreen .right {
		display: none;
	}
	.player_template {
		flex-direction: column;
	}
	.tab {
		margin-top: 24px;
	}
	.tab .tab_content {
		max-height: 720px;
	}
	/*.fullscreen .video {
		height: auto;
	}*/
	.fullscreen .tab {
		margin-top: 0;
		overflow-y: auto;
	}
	.fullscreen .module_cut {
		justify-content: unset;
	}
	.fullscreen .day_order .btn-close {
		display: none;
	}
	.videoFullWidth .video {
		width: 100%;
	}
	.slider {
		padding-left: 8px;
		padding-right: 8px;
	}
	.module_player,
	.slider .bouton {
		padding-left: 0;
		padding-right: 0;
		width: 24px;
	}
	#module_rewind {
		margin-left: 0;
	}
	.slider.sound_visible #module_player_time,
	.state_live #module_player_time {
		display: none;
	}
}
