@charset "UTF-8";
.wrap_msk {
	width: 300px;
	height: 300px;
  display: block;
	position: relative;
	margin: 0 auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.msk {
	background: url(../img/_covers/NVN_ALUZAR_msk.png) no-repeat center center;
  margin: 0 auto;
  background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.gold {
  background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgb(235,182,105);
	background: -moz-linear-gradient(150deg, rgba(235,182,105,1) 0%, rgba(183,113,29,1) 21%, rgba(249,224,156,1) 64%, rgba(204,156,65,1) 100%);
	background: -webkit-linear-gradient(150deg, rgba(235,182,105,1) 0%, rgba(183,113,29,1) 21%, rgba(249,224,156,1) 64%, rgba(204,156,65,1) 100%);
	background: linear-gradient(150deg, rgba(235,182,105,1) 0%, rgba(183,113,29,1) 21%, rgba(249,224,156,1) 64%, rgba(204,156,65,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebb669",endColorstr="#cc9c41",GradientType=1);
}

@media all and (max-width:1190px) {
	.ALUZAR {
		background-image: url(../img/_covers/NVN_ALUZAR_logo.svg);
		background-position: center center;
		background-size: 300px;
		background-repeat: no-repeat;
	}
	.wrap_msk {
		display: none
	}
}
