
a#photoPageLink {color:#055a7f;}
#events {padding: 4%;}
#events h3{margin-left: 1%;}

.Box{display: block;overflow: hidden;position: relative;}
.Box:hover img{transform: scale(1.1);}
.Box:hover .img{visibility: visible}
.overlay{width: 100%;margin-bottom: 6%;overflow: hidden;display: block;border: 4px solid #f0f0f0;box-shadow: 0 5px 8px #a2a2a2;}
.overlay img{width: 100%;transition: ease all 1s;height: 200px;}
.img{width: 100%;  background-color: #00000080;  position: absolute;  top: 0;  bottom: 0;visibility: hidden;transition: ease all 1s;}
#events h2{margin-left: 1%;}

/*****************responsive************************/
@media (max-width: 480px) {.Box{margin: 25px 0;}
    .img h3{font-size: 14px;}
}

@media (max-width: 768px) {
}

@media (max-width: 900px) {

}

@media (max-width: 1200px) {

}