@charset "utf-8";
/* CSS Document */
.parallax {
	position: relative;
	overflow: hidden;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
	width:100%; 
	height: 300px;
}

.background {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}
.shadow {
  height: 100%;
  width: 100%;
  position: absolute;
  background: #111;
  opacity: 0;
  }
.bg_akcio {
	background-size: unset; 
    background-position: top;
}