.box-shortcode {
	margin-bottom: 5.5%;
}
.box-shortcode .inner {
	display: block;
	position: relative;
	height: 0;
	width: 100%;
	overflow: hidden;
}

.box-shortcode.normal .inner {
	padding-bottom: 70.11%;
}

.box-shortcode.tall .inner,
.tall .box-shortcode .inner {
	padding-bottom: 146.74%;
}

.box-shortcode.wide .inner,
.wide .box-shortcode .inner {
	padding-bottom: 33.95%;
}

@media only screen and (max-width: 767px) {
	.box-shortcode.normal .inner,
	.box-shortcode.tall .inner,
	.box-shortcode.wide .inner,
	.tall .box-shortcode .inner,
	.wide.box-shortcode .inner {
		padding-bottom: 70.11%;
	}
}

.box-shortcode .box-bg,
.box-shortcode .img-responsive {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #999;
	background-size: cover;
	background-position: center;
	z-index: 1;
	-webkit-transition: transform 0.3s ease-out;
	-moz-transition: transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.box-shortcode .img-responsive img {
	display: block;
	width: 100%;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	-o-object-fit: cover;
	font-family: 'object-fit: cover;';
}


.box-shortcode a:hover .box-bg,
.box-shortcode a:hover .img-responsive {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.box-shortcode h3 {
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	max-width: 100%;
	position: absolute;
	top: 12px;
	left: 15px;
	z-index: 2;
}

.box-shortcode h3:before {
	content: none;
}

.box-shortcode .btn,
.box-shortcode .btn:hover,
.box-shortcode .btn:active {
	position: absolute;
	margin: 0;
	bottom: 24px;
	left: 15px;
	z-index: 2;
	background-color: rgba(0,0,0,0.3);
	border: 2px solid #fff;
	color: #fff;
}