.experience {padding-top:3rem; padding-bottom:2rem;}

/* image blocks */
ul.image-blocks-list {
    margin: 0 auto 20px;
    text-align: center;
	width: 100%;
}
ul.image-blocks-list li {
    height: 250px;
    overflow: hidden;
    padding: 0 8px;
    margin: 8px 0;
    font-size: 2.5rem;
}
ul.image-blocks-list a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    /*background: #fff;*/
    overflow:hidden;
}
ul.image-blocks-list img {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    transition-timing-function: ease-out;
    transition-duration: .4s;
    transition-property: all;
}
ul.image-blocks-list li a span.image-block-title {
    background:linear-gradient(rgba(14,44,113,.0),rgba(14,44,113,.7), rgba(96,75,157,1));
    bottom: 0;
    color: #fff;
    font-weight: normal;
	  left: 0;
    padding: 20px;
    padding-top: 4rem;
    position: absolute;
    width: 100%;
    z-index: 1000;
}
ul.image-blocks-list li a span.image-cover{
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
ul.image-blocks-list li a:hover img {
    transform: scale(1.2);
}
ul.image-blocks-list li a:hover span.image-cover {
    display: block;
}
@media only screen and (max-width : 768px) {
	ul.image-blocks-list > li {
        width: 100%;
        height: 50px;
        padding: 0;
        font-size: 24px;
    }
    ul.image-blocks-list > li > a > img {
        display:none;
    }
    ul.image-blocks-list li a:hover img {
        transition: none !important;
    }
    ul.image-blocks-list li a:hover span.image-cover {
        display: none;
    }
	ul.image-blocks-list li a span.image-block-title {
        padding-bottom: 8px;
    }
}
/* image blocks */

.c-block {overflow:hidden; position:relative; padding:0; background-size: cover !important;background-position: center !important; height:250px; margin-top:16px; font-weight:300;}
/* probably dont need this .c-block a {display: block; height:100%} */
.c-text { opacity:0;
width:100%; position:absolute; background:rgba(0,0,0, .7);
text-align:center; height:100%; transition:all .8s; color:#fd4a04; display:flex; padding:1rem;
}
.c-text p {font-size:18px; margin:0}
.c-block:hover .c-text {opacity:1}
.c-title { background:rgba(0,0,0,0); text-align:center; opacity:1; display:flex; height:100%;}
.c-title h4 { display:inline-block; background:rgba(63, 0, 121, .9); color:#fff; padding:.7rem 2rem; 0px 0px 5px rgba(0, 0, 0, .5);
text-shadow: 0px 0px 3px rgba(0, 0, 0, .7);margin: auto 5px; font-size:22px; font-weight:300}
.c-block:hover .c-title { opacity:0}
.c-text .callout { display:inline-block; border:1px #fd4a04 solid; padding:5px 20px; font-size:22px; font-weight:300;}
.c-block .vcenter { align-self:center;width:100%;}
