.labell
{background:#fefefe;color:#009EE3;max-width:300px;padding:8px;transform: rotate(-10deg);margin-top:16px;opacity: 0.9;box-shadow: 5px 10px #777777;border:1px solid #777777;}


.prevtekstholder
{
margin-left:auto;
  margin-right:auto;
  content-align:center !important;
  text-align:center !important;
  float:none;

}

.centering
{
text-align:center;
align-content: center;
  margin-left:auto;
  margin-right:auto;
}

.kursiv
{
font-style:italic;
}


.plain
{
content-align:center;
  text-align:center;
z-index:999;
height:25vh;
min-height:250px;
max-height:300px;  
}

.center:a
{
content-align:center !important;
  text-align:center !important;
margin-left:auto !important;
  margin-right:auto !important;
}


.zoom {
  max-width:500px;
    background-size:90%; 
background-repeat:no-repeat; background-position:center center;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.zoom:hover
{
 background-size:100%;
}





.heading
{
font-family: 'Old Standard TT', serif;
	  font-size:1.3em;
	  line-height:1.2em;
  margin-top:10px;
text-transform:uppercase;
	color:#666666;
  text-align:center;

 }


@media  (min-width: 768px){

 .zoom {
   background-size:90%; 
background-repeat:no-repeat; background-position:center center;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.zoom:hover
{
 background-size:100%;
}
 
 
  
 }