/* Add here all your CSS customizations */

/*.image-container {*/
    /*position: relative;*/
    /*width: 200px;*/
    /*height: 300px;*/
/*}*/
.image-container .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    color: #FFF;
}
.image-container .after {
    display: block;
    background: rgba(0, 0, 0, .6);
}

.image-container2 .after2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    color: #FFF;
}
.image-container2 .after2 {
    display: block;
    background: rgba(0, 0, 0, .2);
}

.shadow_box_custom{
    -webkit-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.75);
}

