
#fullscreen, #fullscreenvideo{
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 999;
display: none;
}

#fullscreenvideo{
z-index: 9999;
}

#fullscreen.active{
display: block;
background-color: #000;

}

#fullscreenvideo.active{
display: block;
}

#fullscreen img, #fullscreenvideo video{
margin: 0 auto;
display: block;
position: relative;
}

.post_image{
width: 100%;
height: auto;
float: left;
margin: 0.3%;
position: relative;
cursor: pointer;
}

.post_image img{
width: 100%;
height: auto;
display: block;
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
opacity: 1;
/*-webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;*/
}

.post{
float: left;
/* width: 70%; */
padding: 3.3em 15% 3.3em 15%;
}

.wrapper{
width: 80%;
height: 100%;
margin: 0 auto;
padding: 0;
}