@import url("imports/content_top_img.css");

.gallery_box .custom {
    margin-top: 50px;
    min-height: 333px;
}

.gallery_wrapper {
    text-align: center;
    margin-top: 20px;
}

.gallery_wrapper img {
    margin-bottom: 20px;
    text-align: center;
    -moz-box-shadow: 5px 5px 20px #0e0100;
    -webkit-box-shadow: 5px 5px 20px #0e0100;
    box-shadow: 5px 5px 20px #0e0100;
    border-radius: 5px;
    width: 60%;
}

.gallery_box h3 {
    font-size: 18px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -50%;
    width: 100%;
}


@media screen and (min-width: 768px){
	.gallery_wrapper img {
    width: 100%;
}

}
