@charset "utf-8";
/* CSS Document */
.parallax {
  position: relative;
  overflow: hidden;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
	width:100%; 
}

.background {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover; }

.shadow {
  height: 100%;
  width: 100%;
  position: absolute;
  background: #111;
  opacity: 0.1;
  }
.bg_akcio {
    background-image: url(../img/parallax/4_akcio.jpg);
	background-size: unset; 
    background-position: top;
}