@charset "utf-8";
/* CSS Document */
.parallax {
	position: relative;
	overflow: hidden;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
	margin-top:100px;
	width:100%; 
	height: 300px;
}

.background {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
	top: 0px;
    left: 50%;
    min-height: 750.4px;
    min-width: 100%;
    width: auto;
    transform: translate(-50%, 0px);	
}

.shadow {
  height: 100%;
  width: 100%;
  position: absolute;
  background: #111;
  opacity: 0;
  }
.bg_akcio {
	background-size: unset; 
    background-position: top;
}