HTML,
BODY {
    margin: 0px;
    padding: 0px;
}

BODY {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
	text-decoration: none;
	height:100%;
}

.skaler {

}


/* Mobil, logo */
@media screen and (min-width: 0px) and (max-width: 767px) {

.skaler {
  display: flex;
  overflow-x: auto;

}  
}

.skaler2 {

}  

/* Mobil, logo */
@media screen and (min-width: 0px) and (max-width: 767px) {

.skaler2 {
 width: 900px;
  flex-shrink: 0;
  height: auto;
  align-items: center;	
}  
}
