.site-footer .footer-area-site-info {
 position: relative;
 bottom: auto;
 padding-top: 0;
 padding-bottom: 4%;
 border: 0;
 -webkit-box-shadow: none;
 box-shadow: none;
}

.entry-meta { display: none; }

.jp-carousel-overlay {
        background: black;
	opacity: 0.9; }

a img {
    transition: 0;
}
a img:hover {
    opacity: 100;
}