.video_contact {
	position: fixed;
	right: 0rem;
	top: 10rem;
	width: 180px;
	height: 200px;
	z-index: 999;
	transform: rotate(20deg);
}

@media screen and (max-width: 1199px) {
	.video_contact {
		top: 12rem;
		width: 160px;
		height: 180px;
	}
}

@media screen and (max-width: 767px) {
	.video_contact {
		top: auto;
		bottom: .5rem;
		width: 120px;
		height: 140px;
	}
}

.video_contact img {
	width: 100%;
	height: auto;	
}

.video_contact .close_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	font-weight: bold;
	font-size: 1.4rem;
	color: #514747;
	text-decoration: none;
	border-bottom: none;
}