#portfolioss .octa-title {
	margin-bottom: 20px!important;
}

#portfolioss .cd-main-content {
	padding: 0!important;
}

#pro-first, #pro-last {
	height: auto !important;
}

#pro-first {
	padding: 50px 0;
	align-items: flex-start !important;
}

#pro-first .section-content.reduced, #pro-last .section-content.reduced, #pro-top .section-content.reduced {
	width: 100%;
}

#pro-top .simple-title {
	margin-bottom: 40px;
}

#pro-top .octa-welcome {
	padding: 0;
}

#pro-top .block.remove-gap {
	padding: 0;
	margin: 0;
}

#pro-top .mockup {
	width: 50%;
}

.octa-welcome>p {
	padding: 0;
}

/*--------------------------------------------------
	General Settings
---------------------------------------------------*/

.outer {
	display: table;
	width: 100%;
	height: 100%;
}

.inner {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*--------------------------------------------------
	Magic Cursor
---------------------------------------------------*/

#magic-cursor {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	pointer-events: none;
	z-index: 10000;
	-webkit-transition: opacity 0.2s ease-in-out 0.5s;
	transition: opacity 0.2s ease-in-out 0.5s;
}

#ball {
	position: fixed;
	width: 80px;
	height: 80px;
	border: 2px solid #999999;
	border-radius: 50%;
	pointer-events: none;
	opacity: 1;
	box-sizing: border-box;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

.light-content #ball, #ball.over-movie, .light-content #ball.with-icon {
	border: 2px solid #999999;
	border-color: #999999;
}

#ball:before {
	font-family: FontAwesome;
	content: "\f077";
	font-size: 12px;
	width: 8px;
	height: 16px;
	line-height: 26px;
	text-align: center;
	position: absolute;
	left: 32px;
	top: -42px;
	color: #999;
	opacity: 0;
	transform: translateY(-40px);
	-webkit-transform: translateY(-40px);
	transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball:before {
	color: #999;
}

#ball::after {
	font-family: FontAwesome;
	content: "\f078";
	font-size: 12px;
	width: 8px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	position: absolute;
	left: 32px;
	top: 100px;
	color: #999;
	opacity: 0;
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
	transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball:before, .light-content #ball:after {
	color: #999;
}

#ball-drag {
	position: absolute;
	width: 72px;
	height: 72px;
	pointer-events: none;
	opacity: 1;
	box-sizing: border-box;
}

#ball-drag:before {
	font-family: FontAwesome;
	content: "\f053";
	font-size: 12px;
	width: 8px;
	height: 16px;
	line-height: 26px;
	text-align: center;
	position: absolute;
	left: -40px;
	top: 24px;
	color: #999;
	opacity: 0;
	transform: translateX(-40px);
	-webkit-transform: translateX(-40px);
	transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball-drag:before {
	color: #fff;
}

#ball-drag::after {
	font-family: FontAwesome;
	content: "\f054";
	font-size: 12px;
	width: 8px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	position: absolute;
	right: -39px;
	left: auto;
	top: 30px;
	color: #999;
	opacity: 0;
	transform: translateX(40px);
	-webkit-transform: translateX(40px);
	transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball-drag:before, .light-content #ball-drag:after {
	color: #fff;
}

#ball i {
	color: #fff;
	width: 76px;
	height: 80px;
	line-height: 78px;
	text-align: center;
	font-size: 12px;
	display: block;
	opacity: 1;
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#ball p {
	color: #000;
	/* width: 66px; */
	/* height: 16px; */
	line-height: 16px;
	padding-top: 0px;
	/* padding-left: 5px; */
	margin: 0;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	display: block;
	opacity: 1;
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#ball p.first {
	padding-top: 22px;
}

.light-content #ball i, #ball.over-movie i, .light-content #ball.with-icon i {
	color: #fff;
}

.light-content #ball.with-icon.dark-icon i {
	color: #000;
}

.scale-up #ball i {
	opacity: 0;
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#ball.with-icon i {
	width: 76px;
}

#ball.with-icon i:nth-child(2) {
	display: none;
}

#ball.close-icon i {
	width: 75px;
	height: 76px;
	font-size: 14px;
}

#ball.over-movie i.fa-play, #ball.over-movie.pause-movie i.fa-pause {
	display: block;
}

#ball.over-movie i.fa-pause, #ball.over-movie.pause-movie i.fa-play {
	display: none;
}

#ball-loader {
	width: 100px;
	height: 100px;
	position: absolute;
	background-color: transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #999999;
	border-left: 4px solid transparent;
	border-top: 4px solid transparent;
	border-radius: 100px;
	box-sizing: border-box;
	opacity: 0;
	-webkit-transform: translate(-14px, -14px) rotate(0deg);
	transform: translate(-14px, -14px) rotate(0deg);
	-webkit-animation: rotating 0.8s ease-in-out infinite;
	animation: rotating 0.8s ease-in-out infinite;
	-webkit-transition: opacity 0s ease-in-out 0s;
	transition: opacity 0s ease-in-out 0s;
}

.light-content #ball-loader {
	border-bottom: 4px solid #999999;
}

/*--------------------------------------------------
	Main Content
---------------------------------------------------*/

.grid__item-img--large {
	pointer-events: none;
	position: fixed;
	opacity: 0;
}

.grid__item-hidden {
	pointer-events: none;
	position: fixed;
	opacity: 0;
}

.item-image {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	z-index: 100;
	cursor: pointer;
	object-position: center;
	object-fit: cover;
}

#content-scroll {
	z-index: 1;
	position: relative;
}

.smooth-scroll #content-scroll {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.scroll-content {
	cursor: default!important;
}

.scale-up .scroll-content {
	cursor: grabbing!important;
}

.scrollbar-track {
	background: transparent!important;
}

#main {
	position: relative;
	opacity: 0;
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	overflow: hidden;
}

.load-project-page #main, .load-project-page-carousel #main, .load-next-project #main, .load-next-page #main {
	opacity: 1;
}

#main-content, #main-content-bg {
	position: relative;
	opacity: 1;
	z-index: 10;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

/*--------------------------------------------------
	Ajax Page Transition
---------------------------------------------------*/

.cd-main-content {
	padding: 0;
	width: 100%;
}

.cd-main-content.cd-index>div {
	vertical-align: middle
}

.cd-main-content.cd-index::after {
	background-color: rgba(64, 137, 166, 0);
	background-image: -webkit-linear-gradient(bottom, #4089a6, rgba(64, 137, 166, 0));
	background-image: linear-gradient(to top, #4089a6, rgba(64, 137, 166, 0))
}

.cd-main-content.cd-index::before {
	background-color: rgba(64, 137, 166, 0);
	background-image: -webkit-linear-gradient(top, #4089a6, rgba(64, 137, 166, 0));
	background-image: linear-gradient(to bottom, #4089a6, rgba(64, 137, 166, 0))
}

/*--------------------------------------------------
	Swiper Slider
---------------------------------------------------*/

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

/* Pagination Styles */

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

/*--------------------------------------------------
	Footer Elements
---------------------------------------------------*/

footer.fixed {
	position: relative;
	width: 100%;
	z-index: 900;
	box-sizing: border-box;
	text-align: center;
	bottom: 0;
	left: 0;
	overflow: hidden;
	pointer-events: none;
}

#footer-container {
	opacity: 0;
	width: 100%;
	box-sizing: border-box;
}

.button-wrap {
	position: relative;
	cursor: pointer;
	top: 0px;
	pointer-events: initial;
}

.button-wrap.left {
	float: left;
	left: -32px;
}

.button-wrap.right {
	float: right;
	right: -32px;
}

#main .button-wrap.left {
	left: -24px;
}

#main .button-wrap.right {
	float: left;
	right: auto;
}

.icon-wrap {
	width: 80px;
	height: 80px;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	float: left;
}

#main .icon-wrap {
	width: 60px;
	height: 60px;
}

.button-wrap.left .icon-wrap {
	float: left;
}

.button-wrap.right .icon-wrap {
	float: right;
}

#main .text-align-right .button-wrap.right {
	float: right;
}

.button-icon {
	height: 40px;
	width: 40px;
	color: #000;
	text-align: center;
	line-height: 30px;
	font-size: 22px;
}

.light-content .button-icon {
	color: #fff;
}

.button-icon i {
	height: 40px;
	line-height: 35px;
	width: 40px;
	text-align: center;
}

#main .button-icon i {
	line-height: 40px;
}

.button-text {
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	line-height: 30px;
	margin: 25px 0;
	overflow: hidden;
	width: auto;
	padding: 0 10px;
	color: #000;
	-webkit-transition: color 0.05s ease-in-out;
	transition: color 0.05s ease-in-out;
}

#main .button-text span::after {
	content: '';
	position: absolute;
	bottom: -30px;
	left: -10px;
	width: 30px;
	height: 60px;
	background: rgba(255, 255, 255, 0.1);
	transform: scaleX(1);
	transform-origin: left;
	transition: transform .2s ease-out, opacity .2s ease-out;
}

#main .button-text:hover span::after {
	transform: scaleX(0);
	transform-origin: right;
	opacity: 0;
}

#main .button-text {
	margin: 15px 0;
	transition: transform .2s ease-out;
}

#main .button-text.left:hover {
	transform: translateX(10px);
	-webkit-transform: translateX(10px);
}

#main .button-text.right:hover {
	transform: translateX(-10px);
	-webkit-transform: translateX(-10px);
}

.light-content .button-text {
	color: #fff;
}

.light-content .white-header .button-text {
	color: #000;
}

.light-content .white-header.over-white-section .button-text, .show-loader .light-content .white-header .button-text {
	color: #fff;
}

.button-wrap.left .button-text {
	text-align: left;
	float: left;
}

.button-wrap.right .button-text {
	text-align: right;
	float: right;
}

.button-text span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	width: auto;
	text-align: center;
	transform-origin: 100% 0%;
}

.button-wrap.left .button-text span {
	text-align: left;
}

.button-wrap.right .button-text span {
	text-align: right;
}

.button-text span::before {
	position: absolute;
	width: auto;
	top: 100%;
	left: 0;
	content: attr(data-hover);
}

.button-wrap:hover .button-text span {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	transform-origin: 0% 0%;
}

/*--------------------------------------------------
	Responsive
---------------------------------------------------*/

@media only screen and (max-width: 1466px) {
	footer.fixed {
		height: 100px;
	}
	#footer-container {
		padding: 0 60px;
		margin: 10px auto;
	}
}

@media only screen and (max-width: 1024px) {
	h1 {
		font-size: 40px;
		line-height: 50px;
	}
	h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.button-wrap.right.menu {
		right: 10px;
	}
	.button-wrap.right .button-text {
		display: none;
	}
	#magic-cursor {
		display: none;
	}
	#footer-container {
		padding: 0 40px;
		height: 70px;
	}
}

@media only screen and (max-width: 767px) {
	p {
		font-size: 14px;
	}
	#footer-container {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 575px) {
	.octa-title h2 {
		font-size: 34px;
	}
	.octa-title span {
		font-size: 12px;
		letter-spacing: 1px;
	}
	#showcase-slider .caption-img {
		width: 250px;
	}
	.section-image {
		width: 350px !important;
		height: 350px !important;
		border-width: 60px !important;
	}
	.swiper-slide .outer {
		padding: 0 !important;
	}
	#footer-container {
		margin: 0;
	}
	#showcase-carousel-holder #showcase-slider .swiper-slide {
		height: 65vw !important;
	}
}

@media only screen and (max-width: 479px) {
	.button-wrap.right.menu {
		right: -10px;
	}
	#footer-container {
		margin: 0;
	}
	.button-text {
		display: none;
	}
}

/*-----------------------------------
	showcase carousel holder
-----------------------------------*/

#showcase-carousel-holder {
	width: 100%;
	height: 400px;
	position: relative;
	perspective: 1000px;
	overflow: hidden;
	opacity: 0;
}

#itemsWrapperLinks {
	height: 100%;
}

#showcase-slider {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: visible;
	cursor: grab;
}

#showcase-carousel-holder {
	cursor: grab;
}

.swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	user-select: none;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-slide-active {
	z-index: 1;
}

.img-mask {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	box-sizing: border-box;
	z-index: 0;
}

#showcase-carousel-holder .img-mask {
	width: 100%;
}

.section-image {
	width: 400px;
	height: 400px;
	background: transparent;
	border: 80px solid rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	border-radius: 50%;
}

.section-image1::after {
	content: "";
	width: 100%;
	height: 60%;
	position: absolute;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.swiper-slide .outer {
	/*padding: 20px;*/
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
}

.swiper-slide .inner {
	vertical-align: middle;
	text-align: center;
}

.move-caption {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

/*#showcase-carousel-holder .move-caption {*/
/*	clip-path: inset(0px 26% 0px 26%);*/
/*}*/

.move-caption.stroked {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

#showcase-carousel-holder .move-caption.stroked {
	clip-path: inset(0px 0px 0px 0px);
}

.move-title {
	display: table;
	font-size: 80px;
	text-align: center;
	color: #000;
	line-height: 110px;
	width: auto;
	margin: 0 auto;
	position: relative;
	left: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
	overflow: hidden;
	cursor: pointer;
}

.light-content .move-title {
	color: #fff;
}

.move-caption.stroked .move-title {
	color: rgba(0, 0, 0, 0.1);
	-webkit-text-stroke: 0.015em #000;
	margin-bottom: 0px;
}

.light-content .move-caption.stroked .move-title {
	color: rgba(255, 255, 255, 0.1);
	-webkit-text-stroke: 0.015em #fff;
	margin-bottom: 0px;
}

.move-title span {
    line-height: 1;
	position: relative;
	display: block;
	-webkit-transform: translateY(120px);
	transform: translateY(120px);
}

.subtitle {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 0px;
	z-index: 10;
	position: relative;
	display: block;
	color: #000;
	overflow: hidden;
}

.light-content .subtitle {
	color: #fff;
}

.subtitle span {
	position: relative;
	display: block;
	opacity: 0;
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
}

footer .swiper-pagination {
	margin: 0 auto;
	width: 100%;
	left: 0;
	right: 0;
	top: 20px;
	max-width: 300px;
	pointer-events: initial;
}

.swiper-pagination .parallax-wrap {
	width: 40px;
	height: 40px;
	display: inline-flex;
	position: relative;
	justify-content: center;
	align-items: center;
	pointer-events: initial;
}

.swiper-pagination .parallax-element {
	height: 40px;
	width: 40px;
	color: #000;
	text-align: center;
	line-height: 50px;
}

.swiper-pagination .swiper-pagination-bullet {
	width: 40px;
	height: 40px;
	background: transparent!important;
}

.swiper-pagination-bullet {
	background: #000;
}

.swiper-pagination-bullet-active .path {
	display: inline-block !important;
	stroke-dasharray: 1000;
	stroke-dashoffset: 0;
	animation: dash ease-in 3s;
	animation-iteration-count: unset;
	stroke: #000;
	fill: transparent;
}

.light-content .swiper-pagination-bullet-active .path {
	stroke: #fff;
	fill: transparent;
}

.swiper-pagination-bullet circle {
	fill: #000;
}

.light-content .swiper-pagination-bullet circle {
	fill: #fff;
}

.path {
	display: none;
}

@keyframes dash {
	from {
		stroke-dashoffset: 1000;
	}
	to {
		stroke-dashoffset: 0;
	}
}

#showcase-carousel-holder #showcase-slider .swiper-wrapper, #showcase-carousel-holder #showcase-slider-top .swiper-wrapper, #showcase-carousel-holder #showcase-slider-bottom .swiper-wrapper {
	align-items: center;
}

#showcase-carousel-holder #showcase-slider .swiper-slide, #showcase-carousel-holder #showcase-slider-top .swiper-slide, #showcase-carousel-holder #showcase-slider-bottom .swiper-slide {
	/* height: 28vw; */
	width: 60% !important;
	overflow: visible;
	display: flex;
}

#showcase-carousel-holder #showcase-slider .swiper-slide::after {
	content: attr(data-slide);
	font-size: 10px;
	position: absolute;
	font-weight: 600;
	margin-left: 10px;
	right: calc(6vw - 20px);
	color: #fff;
	top: 20px;
	opacity: 0.3;
	-webkit-transition: opacity 0.5s ease-in-out 0s;
	transition: opacity 0.5s ease-in-out 0s;
	display: none;
}

#showcase-carousel-holder.open #showcase-slider .swiper-slide::after {
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out 0.3s;
	transition: opacity 0.5s ease-in-out 0.3s;
}

#showcase-slider .caption-img {
	width: 300px;
}

.move-caption.stroked img {
	opacity: 0;
	visibility: hidden;
}

.move-caption.stroked .move-title span {
	transform: translate3d(-5px, -5px, 0px) !important;
	-webkit-transform: translate3d(-5px, -5px, 0px) !important;
	-moz-transform: translate3d(-5px, -5px, 0px) !important;
	-ms-transform: translate3d(-5px, -5px, 0px) !important;
	-o-transform: translate3d(-5px, -5px, 0px) !important;
}

/*--------------------------------------------------
	16. Responsive
---------------------------------------------------*/

@media only screen and (max-width: 1680px) {
	/*#showcase-carousel-holder .move-caption {*/
	/*	clip-path: inset(0px 14% 0px 14%);*/
	/*}*/
}

@media only screen and (max-width: 1466px) {
	.move-title {
		font-size: 70px;
		line-height: 100px;
	}
}

@media only screen and (max-width: 1200px) {
	/*#showcase-carousel-holder .move-caption {*/
	/*	clip-path: inset(0px 20% 0px 20%);*/
	/*}*/
	.move-title {
		font-size: 60px;
		line-height: 80px;
	}
}

@media only screen and (max-width: 1024px) {
	#showcase-carousel-holder #showcase-slider .swiper-slide {
		height: 45vw;
		width: 80vw !important;
	}
	#showcase-carousel-holder #showcase-slider .swiper-slide::after {
		right: calc(4vw - 20px);
		top: 10px;
	}
	#showcase-carousel-holder .img-mask {
		width: 70vw;
		height: auto;
	}
	/*#showcase-carousel-holder .move-caption {*/
	/*	clip-path: inset(0px 18% 0px 18%);*/
	/*}*/
	.move-title {
		font-size: 50px;
		line-height: 70px;
	}
	.swiper-pagination .swiper-pagination-bullet, .swiper-pagination .parallax-wrap, .swiper-pagination .parallax-element {
		width: 30px;
	}
}

@media only screen and (max-width: 767px) {
	#showcase-carousel-holder #showcase-slider .swiper-slide {
		height: 55vw;
		width: 100% !important;
	}
	#showcase-carousel-holder .img-mask {
		width: 90%;
	}
	/*#showcase-carousel-holder .move-caption {*/
	/*	clip-path: inset(0px 10% 0px 10%);*/
	/*}*/
	.move-title {
		font-size: 40px;
		line-height: 55px;
	}
	.subtitle {
		font-size: 14px;
	}
	footer .swiper-pagination {
		display: none;
	}
}

@media only screen and (max-width: 479px) {
	/*#showcase-carousel-holder .move-caption {*/
	/*	clip-path: inset(0px 10% 0px 10%);*/
	/*}*/
	#showcase-carousel-holder #showcase-slider .swiper-slide::after {
		display: none;
	}
	.subtitle {
		font-size: 12px;
	}
	.section-image {
		width: 260px !important;
		height: 260px !important;
		border-width: 40px !important;
	}
	#showcase-slider .caption-img {
		width: 220px;
	}
}