.theme-hover figure {
    position: relative;
    width: 100%;
    float: left;
}
.theme-hover figure figcaption{
    position: absolute;
    background-color: rgba(0,0,0,0.6);
	opacity:0;
	top:0;
	bottom:0;
	left:0;
	right:0;
	-webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.theme-hover{
	float:left;
	width:100%;
	position:relative;
}
.theme-hover .content {
    width: 100%;
    height: 100%;
	position:relative;
}
.theme-hover img{
	width:100%;
	float:left;
}
.theme-hover .content-box span {
    display: table;
    text-align: center;
    font-size: 24px;
    color: #fff;
    width: 140px;
    margin: auto;
    padding-bottom: 20px;
	font-weight:500;
}
.theme-hover .content-box {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -51px;
	padding:0 30px;
}
.theme-hover .content-box .itg-button{
	margin:0;
}

.theme-hover .content:before{
    bottom: 25px;
    left: 25px;
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    opacity: 1;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.theme-hover .content:after{
	top: 25px;
    right: 25px;
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    opacity: 1;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.theme-hover figure figcaption:after{
	top: 25px;
    left: 25px;
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    opacity: 1;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.theme-hover figure figcaption:before{
	bottom: 25px;
    right: 25px;
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    opacity: 1;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.theme-hover:hover figure figcaption{
	opacity:1;
}
.theme-hover .content-box p {
    color: #fff;
    margin: 0;
}
.theme-hover .content-box .like,
.theme-hover .content-box .view  {
    color: #fff;
	margin-top: 10px;
	display:inline-block;
	font-size:14px;
}
.theme-hover .content-box .like{
	float:left;
}
.theme-hover .content-box .view{
	float:right;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.theme-hover figure figcaption:before{
		bottom: 15px;
		right: 15px;
	}
	.theme-hover figure figcaption:after{
		top: 15px;
		left: 15px;
	}
	.theme-hover .content:after{
		top: 15px;
		right: 15px;
	}
	.theme-hover .content:before{
		bottom: 15px;
		left: 15px;
	}
	
}
