* {
	padding: 0;
	margin: 0;
}
html,body {
	padding: 0;
	margin: 0;
	width: 100vw;
	overflow-x: hidden;
}
.wrapper {
	display: block;
	width: 100%;
	float: left;
	height: 100%;
}
.image-wrapper {
	position: relative
}
.bg-img {
	position: relative;
}
.enter-site {
	position: absolute;
	bottom: 14%;
	right: 5%;
	width: 300px;
	background-color: #da251c;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 10px;
	border: none;
}
.enter-site:hover, .enter-site:active, .enter-site:focus {
	background-color: #1f1a17;
}

/*MOBILE VIEW*/

.wrapper-mobile {
	position: relative;
	  position: fixed;
  	top: 50%;
  	left: 50%;
  /* bring your own prefixes */
  	transform: translate(-50%, -50%);

}

.enter-site-mobile {
	width: 300px;
	background-color: #da251c;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 10px;
	border: none;
	position: relative;
	bottom: : 50%;
  	left: 50%;
  /* bring your own prefixes */
  	transform: translate(-50%, -50%);


}
.enter-site-mobile:hover, .enter-site-mobile:active, .enter-site-mobile:focus {
	background-color: #1f1a17;
}