#blog-landing {margin-top: 0px; position: relative; max-width: 100%; width: 100%;}

.white-panel {
position: absolute;
background: transparent;
/* box-shadow: 0px 1px 2px rgba(0,0,0,0.3);*/
padding: 15px;

}

.white-panel a {}
article.white-panel {}
.white-panel h2 {font-size: 1em; padding: 10px 15px; margin: 0px; background: #f9f9f9;}
.white-panel img {background: #fff;}
.white-panel p { padding: 0 15px; }

.white-panel:hover {
box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
margin-top: -5px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
background: #f9f9f9;
}

.margin-right {margin-right: 0px;}
.clr {clear: both;}

@media (max-width:768px){.white-panel{}}
@media (min-width:992px){}
@media (min-width:1200px){}
@media (min-width:1432px){}