@charset "utf-8";
/* CSS Document */
.parallax {
	position: relative;
	overflow: hidden;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
	margin-top:60px;
	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;
 
}

.shadow {
  height: 100%;
  width: 100%;
  position: absolute;
  background: #111;
  opacity: 0;
  }
.bg_akcio {
	background-size: unset; 
    background-position: top;
}
.parallax2 {
	position: relative;
	overflow: hidden;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
	margin-top:60px;
	width:100%; 
	height: 250px;
}
.background2 
{
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	min-width: 100%;
	width: auto;
	height: 250px;
}