.hyp-hide {
	display: none !important;
}

.hyp_close_x {
	position: absolute;
	top: 70px;
	right: 300px;
	color: white;
	font-size: 20px;
	background-color: #00000054;
	padding: 15px;
	border-radius: 200px;
	height: 20px;
	width: 20px;
	text-align: center;
	cursor: pointer;
	z-index: 9999999999;
}

.hyp_video {
    width: 17% !important;
	max-width: 300px;
	overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
	transition: all 0.15s linear;
}

.hyp_video:hover {
    opacity: 0.75;
}

.hyp_video_title img {
    display: block;
    position: relative;
}

/* TEMP fix for cursor og hover */

#video_1, #video_4 {
    cursor: default;
}

#video_1:hover, #video_4:hover {
    opacity: 1;
}

/******************************/

@media only screen and (max-width: 768px) {
	.hyp_erhverv_videosektion {
		display: block !important;
	}

	.hyp_video {
		width: 48% !important;
		height: auto;
		margin: 1%;
		float: left !important;
	}

}

#tsparticles canvas {
    pointer-events: none;
}