.da-thumbs {
    list-style: none;

}

.da-thumbs li {
    float: left;
    position: relative;
}

.da-thumbs li a,
.da-thumbs li a img {
    display: block;
    position: static;
    border-radius: 10px;
}
.grayBg .da-thumbs li, .whiteBg .da-thumbs li, #block-about-section-block-4-2 .da-thumbs li{ display: block;
float: left;
height: 100%;
overflow: hidden;
position: absolute;
width: 100%;
border-radius:10px; z-index:1;}

.boxRound{background-repeat:no-repeat; background-size:100% ; -webkit-background-size:100%; -moz-background-size:100%;}

.da-thumbs li a {
    overflow: hidden;
}

.da-thumbs li a div {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    cursor:pointer;
    border-top: 4px solid #01c7e2;
	    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center; text-align:center;
}

.da-thumbs li a div span {
width:100%;text-align:center;
    text-transform: capitalize;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    /*cursor: pointer;*/

}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
	
}

/* General Demo Style */
body {
    /*font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;*/
    /*background: #fff url("../images/bg.png") repeat top left;*/
}
 
a {
    color: #555;
    text-decoration: none;
}

.clr {
    clear: both;
    padding: 0;
    height: 0;
    margin: 0;
}

.da-thumbs li a div {
    top: 0px;
    left: -100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.da-thumbs li a:hover div {
    left: 0px;
}


@media only screen and (min-width: 320px) and (max-width: 767px){
.boxRound{background-repeat:no-repeat; background-size:cover; -webkit-background-size:cover; -moz-background-size:cover;}
}