.back-video img {
	display: none;
}
.back-video {
	top: -100px;
	width: 150%;
	filter: saturate(2);
	mix-blend-mode: inherit;
	transition: transform cubic-bezier(1, 0.03, 1, 1.01) 1s;
}
.back-video.big {
	transform: scale(1)!important;
}

.magic-table {
	position: inherit;
	transform: none;
}
@media screen and (max-width: 1300px){
	.magic-table .magic-size{
		transform: scale(0.9);
	}
}