/****************************
    - Responsive styles -
****************************/
@media only screen and (max-width:680px) {
	h1 {
		font-size: 36px;
	}

	.wrap img {
		padding-bottom: 1rem;
		height: auto;
		max-width: 100%;
	}

	.bg-video {
		position: absolute;
		z-index: 0;
		width: auto;
		height: 100%;
		top: 0px;
		left: -500px;
		overflow: hidden;
		opacity: 1;
		user-select: none;
		max-width: initial;
	}
}

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

	.bg-video {
		position: absolute;
		z-index: 0;
		width: auto;
		height: 100%;
		top: 0px;
		left: -500px;
		overflow: hidden;
		opacity: 1;
		user-select: none;
		max-width: initial;
	}
}

@media only screen and (max-width:480px) {
	h1 {
		font-size: 30px;
	}

	.wrap img {
		padding-bottom: 1rem;
		height: auto;
		max-width: 100%;
	}

	.bg-video {
		position: absolute;
		z-index: 0;
		width: auto;
		height: 100%;
		top: 0px;
		left: -500px;
		overflow: hidden;
		opacity: 1;
		user-select: none;
		max-width: initial;
	}
}

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

	.wrap img {
		padding-bottom: 1rem;
		height: auto;
		max-width: 100%;
	}

	.bg-video {
		position: absolute;
		z-index: 0;
		width: auto;
		height: 100%;
		top: 0px;
		left: -500px;
		overflow: hidden;
		opacity: 1;
		user-select: none;
		max-width: initial;
	}
}