.increase-gallery a{
	overflow: hidden;
    position: relative;
    display: block;
    
}

.increase-gallery a:after{
    content: '';
    display: block;
    padding-top: 85%;
}

.increase-gallery a > span.increase-gallery-bg{
	position: absolute;
	top: 0;
	bottom: -5px;
	left: 0;
	right: -5px;
	z-index: 1;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    
    webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.increase-gallery a:hover > span.increase-gallery-bg{
	top: -5px;
	bottom: 0;
	left: -5px;
	right: 0;
}

.increase-gallery a > span.increase-gallery-desc{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background-color: rgba(0,0,0,.5);
	text-decoration: none;
	z-index: 8;
	opacity: 0;
	
	webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.increase-gallery a:hover > span.increase-gallery-desc{
	opacity: 1;
}

.increase-shortcode-icon,
.increase-shortcode-icon-content{
    display: table-cell;
    vertical-align: top;
}


.increase-shortcode-icon{
    padding-right: 15px;
}


.increase-shortcode-icon-content h4{
    margin: 0;
}

.increase-shortcode-icon-content p{
    font-size:1rem;
}
