h3 {
    text-align: center;
    color: #fff;
}
.screenshot {
    float: left;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 5px 12px -3px #000;
 /*   -webkit-filter: sepia(0.5);*/
}
.screenshot,
.screenshot img {
    height: 200px;
    width: 100%;
}
.screenshot,
.screenshot #abimg{
    height: 100%;
    width: 100%;
    }
.screenshot2 {
    float: left;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 5px 12px -3px #000;
    -webkit-filter: sepia(0.5);
}
.screenshot2,
.screenshot2 img {
    height: 240px;
    width: 100%;
}
.screenshot > * {
    display: block;
}
.screenshot-caption {
    position: absolute;
    width: 100%;
    height: 40%;
    background: rgba(0, 148, 255, 0.67);
    color: #ffffff;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 1s ease-out;
    box-shadow: 0px 0px 10px #585858;
}
.screenshot-caption h3 {
    font-size: 15px;
    margin: 0;
    padding-top: 5px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: white;
}
.screenshot-caption > * {
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    transition: opacity 1s ease;
    opacity: 0;
}
.screenshot-caption_top {
    top: 100%;
    left: 0;
}
.screenshot:hover {
    -webkit-filter: none;
}
.screenshot:hover .screenshot-caption {
    top: 60%;
    left: 0;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.screenshot:hover .screenshot-caption > * {
    -webkit-transition: opacity 2s ease;
    -moz-transition: opacity 1s ease;
    transition: opacity 1s ease;
    opacity: 1;
}
.sc {
    padding-top: 10px;
    padding-right: 10px;
}
.mg{
    margin-bottom: 1em;
margin-top: 2em;
}
@media screen and (max-width: 35.5em) {
    .screenshot,
    .screenshot img {
        height: 125px;
    }
}