/* Id: 7.3289533.1557127852
 * Generated: 24.9.2019 14:07:41
 */
    /* Fotorama fixit, tarkista onko tyylioppaassa */ 

/*.fotorama__caption {
  @extend .font--body !optional;   
  font-size: 0.875em;
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 1.5;
  background-color: rgba(36,36,36, 0.7);
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
  min-height: unset;
}

.fotorama-caption {
    font-size: 12px;
    background-color: #eff0f3;    
    margin-top: 0px;
    margin-bottom: 5px;
    color: #696A62;  
    padding: 8px 5px;
    border-bottom: 1px solid #DFDED9;
    min-height: 55px;

  }
   @media (max-width: 482px){
    .fotorama-caption {
      min-height: 70px;
    }
  }*/

/* ******************************************** '/


/* ajankohtaista kuluttajille fix */
.consumer-messages__list-item {  
 		width: auto;
}

@media (max-width: 482px) {
	.consumer-messages__list-item {  
  		width: 300px;
	}
}


/* frontpage video fix -> Korjaa videon korkeusongelmat eri laitteilla */
.featured-media__video {
    max-height: unset;
}

/*********** IE videofix korjaa videothumbnailin leveysongelmat IE:llä **********************/

@media screen and (min-width: 749px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
    .featured-media__video {
    	flex-basis: 23%;
	}
  }

@media screen and (max-width: 748px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
    .featured-media__video {
    	flex-basis: 46%;
	}
  }
    
    
/*********** Pystyvideofix **********/
.featured-media__video figure img{ max-height: 132px }

@media screen and (max-width: 1024px){
  .featured-media__video figure img { max-height: 96px }
}

@media screen and (max-width: 748px){
    .featured-media__video figure img { max-height: 160px }
}

@media screen and (max-width: 480px){ 
  .featured-media__video figure img { max-height: 96px }
  header .topright .navigation__item{ 
      margin:0;
      padding:8px 3px;
  }
}
          

         

      