* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}



.thumbnail
{
    position: relative;
}

.warning

{
  margin-top:30px;
  color:#ffffff;
  background:#000000;
  padding:10px;
  opacity:0.7;
  position:absolute !important; 
  width:100%; 
  content-align:center; 
  top:50% !important;
  font-size:80%;
}


#Bilde {
	margin: 0 auto;
	width: 100%;
	position: relative;
content-align:center;
text-align:center;
background-color: #987;
padding-bottom:10px;
}



.thumbbilde {
opacity: 0.5;
    position: relative;
    background-color: rgba(0,0,0,.9);
    width: 100%;
    height: auto;

}


captionholder2
{
 position: absolute;
   width:100%;
  	text-align: center;
background-color: rgba(0, 0, 0, 0.5); 
}

.kasse
{
position: relative;
	width: 50%;
	margin: auto;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

}

.greenfade {
    background-color: rgba(0, 0, 0, 0.0); 
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.greenfade:hover {
    background-color: rgba(0, 0, 0, 1);
}

/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,0.4);
    cursor:pointer;
    max-width:1500px;
  margin-left:-35px;
  margin-top:30px;
  margin-bottom:30px;
    height:100vh;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
    max-width:1500px;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 20px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle; 
    width: 80%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 22px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */

@media  (min-width: 768px){
  
.warning

{

  top:60% !important;
}
  
  .hover_bkgr_fricc > div {
    width: 60%;

}
  
  
{