img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* {
    box-sizing: border-box;
}


/* General styles */


/* Layout */

.wrapper {
    width: 100%;
    max-width: 960px;
    margin: 5em auto;
}


/* Content */
/* Uncomment everything commented to enable CSS hover */

.gallery-item {
    height: auto;
    margin-bottom: 2em;
    position: relative;
}


.gallery-item:hover .img-title {
    /*opacity: 1;*/
}

.img-title {
    position: absolute;
    top: 0;
    margin: 0;
    height: 100%;
    width: 200px;
    /*opacity: 0;*/
    display: none; /* comment this out for CSS hover */
    background-color: #f9c930;
    /*transition: all 0.5s ease;*/
}

.img-title h3{color:#a30000; font-size:25px; text-align:center}
.img-title ul{list-style:circle; color:#3f3f3f; line-height:2em; font-size:14px;}
.img-title a{bottom:0; position: absolute;}




/* ==========================================================================
   Helper classes
   ========================================================================== */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
