.transparent{
	background:  rgba(245, 245, 245, 0.92);
}
.viihde-package-image{
	width: 55%;
	max-height: 80px;
}
@media (max-width: 640px){

	.ea-fluid-container__content.ea-fluid-container__text.ea-fluid-container__content--top {
		position: absolute;
		background:none;
    color: white;
    padding: 0px 20px 24px;
	}
	.ea-fluid-container__content.ea-fluid-container__text.ea-fluid-container__content--top::before{
		background: none;
	}
}
@media(max-width: 640px){
	.margin{
	padding-top: 0;
    margin-top: -100px;
    margin-left: 4vw;
    padding-right: 4vw;
	}
	.margin .ea-fgrid__item .ea-fluid-container__content{
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media(min-width: 640px) and (max-width:960px){
	.margin{
	margin-top:-150px;
	margin-left: 14vw;
	}
	.margin .ea-fgrid__item .ea-fluid-container__content{
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 30px;
		padding-bottom: 30px;
	}


}

@media (min-width: 640px) {
	.ea-fluid-hero .ea-fluid-container__text {
		padding: 0 40px 40px;
	}
	.ea-fluid-hero .ea-fluid-container__text .ea-h2{
		font-weight: 600;
	}
	.ea-fluid-hero .ea-fluid-container__text .ea-h3{
		font-weight: 600;
	}
	.ea-fluid-hero .ea-fluid-container__text h3{
		letter-spacing: 0.5px;
	}
}

@media(min-width:960px){
	.margin{
		margin-top:-250px;
		margin-left: 9vw;
	}
}

.ea-fluid-container__content--top{
	position:absolute;
	top:0;

}

@media(min-width:960px) {

	 .viihde-image-list__item {

		flex-basis:0;
	}

}

.viihde-image-list__item{
	flex-grow: 1;
	line-height:24px;
	color:#404041;
}

.viihde-image-list__item--image{
	width:100%;
}
.viihde-image-list__item--description{
	font-size: 16px;
	line-height:24px;
}
.viihde-image-list__item--description p {
	margin-top: 0;
}
.viihde-cart-notification {
    display: none;
}


/* Fix for card headers */
.ea-card__text-header {
	flex-direction: row;
	flex: 0 0 240px;
	min-height: inherit;
}

.ea-card__text-wrapper {
	align-items: center;
}

/* Fix for upscaling of images */
.ea-marketing-block__aside--actual-image-size img {
	width: auto;
}
@media only screen and (max-width: 959px) and (min-width: 640px) {
	.ea-marketing-block__aside--actual-image-size img {
		width: auto;
	}
}

/* New hero element */

.multi-hero {
  overflow: hidden;
	position: relative;
}

.multi-hero-carousel {
	overflow: hidden;
}

.hero-item {
  position: relative;
  width: 100%;
  float: left;
	overflow: hidden;
}

@media (max-width: 640px) {
	.ea-fluid-hero .ea-fluid-container__text {
		position: absolute;
		background-color: transparent;
		color: #fff;
		padding-bottom: 36px;
	}
	.ea-fluid-hero .ea-fluid-container__text:before {
		content: '';
		display: none;
	}
}

@media (max-width: 1023px) {
  .multi-hero-carousel {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: auto;
  }
  .hero-item {
    display: block;
    flex: 1 0 100%
    width: 100%;
    -webkit-box-flex: 1;
    min-width: 100%;
  }
}

@media (min-width: 1024px) {
  .hero-item {
    display: block;
  }
  .hero-item:first-child {
    width: 66.66667%;
  }

  .hero-item:nth-child(2n),
  .hero-item:nth-child(3n) {
    width: 33.33333%;
  }
}

.hero-item a {
  display: block;
  padding-bottom: 75%;
}

@media (min-width: 640px) {
	.hero-item a {
	  display: block;
	  padding-bottom: 56.25%;
	}
}

.hero-item a img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
	max-height: 100%;
	height: 100%;
}

.hero-item .image:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), color-stop(50%, transparent));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, transparent 50%);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

@media (min-width: 640px) {
	.hero-item a img {
		max-height: 1000%;
		height: auto;
		max-width: 100%;
		width: 100%;
	}
}

.multi-hero .pager {
	list-style: none;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 16px;
	z-index: 10;
	width: 100%;
	text-align: center;
	line-height: 10px;
}

@media (min-width: 1024px) {
	.multi-hero .pager {
		display: none;
	}
}

.multi-hero .pager li {
	display: inline-block;
}

.multi-hero .pager span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid #fff;
	background-color: rgba(255,255,255,.3);
	transition: all 250ms ease-in;
}

.multi-hero .pager .selected span {
	background-color: #0090f1;
}

/* fixing footer link hovers and footer elisa logo width */
footer.ea-footer .svg-logo {
	width: 100px;
}
