.box {
    cursor: pointer;
    height: 230px;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

.box img {
    position: absolute;
    left: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.box .caption {
    background-color: #023358;
    position: absolute;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    left: 15px;
	}
.box .full-caption {
    width: 200px;
    height: 185px;
    top: -200px;
    text-align: justify;
    font-size: 1em;
    padding: 5px;
	opacity: 0.8;
    filter: alpha(opacity=80);
	vertical-align: middle;
}
.box:hover .full-caption {
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
@media (max-width:480px){
.box {
    margin-bottom: 5px;
	width: 250px;
}
.box .full-caption {
    width: 250px;
    font-size: 1.0em;
    padding: 3px;
	opacity: 0.8;
    filter: alpha(opacity=80);
	vertical-align: middle;
}
}
@media (max-width:375px){
.box {
    margin-bottom: -50px;
	width: 250px;
}
.box .full-caption {
    width: 250px;
    font-size: 0.9em;
    padding: 3px;
	opacity: 0.8;
    filter: alpha(opacity=80);
	vertical-align: middle;
}
}
#image-1 { border: 15px solid #bbbfe1; }
#image-2 { border: 15px solid #bbd3e1; }
#image-3 { border: 15px solid #bbe1dc; }
#image-4 { border: 15px solid #bbcae1; }
#image-5 { border: 15px solid #bbe1dc; }             
#image-6 { border: 15px solid #bbcae1; }                  
#image-7 { border: 15px solid #bbd3e1; }
#image-8 { border: 15px solid #bbbfe1; }                         
               
#image-9 { border: 15px solid #bbbfe1; }
#image-10 { border: 15px solid #bbd3e1; }
#image-11 { border: 15px solid #bbe1dc; }
#image-12 { border: 15px solid #bbcae1; }
#image-13 { border: 15px solid #bbe1dc; }             
#image-14 { border: 15px solid #bbcae1; }                  
#image-15 { border: 15px solid #bbd3e1; }
#image-16 { border: 15px solid #bbbfe1; }                  