.frame_style42975
{ 

}
.prevtekstholder
{
  height:150px;
    overflow:hidden;
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:300px;
  max-height:150px;
    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.0em;
	  line-height:1.2em;
  margin-top:10px;
text-transform:uppercase;
	color:#666666;
  text-align:center;

 }


@media  (min-width: 768px){

 .zoom {
     max-height:170px;
   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%;
}
 
  .prevtekstholder
{
  height:170px;
    overflow:hidden;
margin-left:auto;
  margin-right:auto;
  content-align:center !important;
  text-align:center !important;
  float:none;

}

 
  
 }