.com-galley-fw4c2r-ow-1{ padding: 0;}
.com-galley-fw4c2r-ow-1 .col-list{ padding:0; }

.com-galley-fw4c2r-ow-1 .grid-item{ padding-bottom:0; }
.com-galley-fw4c2r-ow-1 .grid-item .com-galley-fw4c2r-ow-1 .grid-item-wrap{
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-radius: 0px;
}
.com-galley-fw4c2r-ow-1 .grid-item:hover .grid-image img{ transform:scale(1.1); }
.com-galley-fw4c2r-ow-1 .grid-item .desc-box{ 
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	text-align: left;
	padding: 40px;
	padding-bottom: 20px;
	z-index: 2;
	color: #fff;
	align-content: center;
	width: 65%;
}
.com-galley-fw4c2r-ow-1 .grid-item .desc-box .htitle{
	font-size: 3em;
	margin: 0;
	margin-bottom: 20px;
	color: #fff;
}
.com-galley-fw4c2r-ow-1 .grid-item .desc-box small{ font-size:14px; }
.com-galley-fw4c2r-ow-1 .grid-item .desc-box .btn.btn-light:hover{ color:var(--primary-color) !important; }
.com-galley-fw4c2r-ow-1 .grid-item.port-item .grid-image:after {
	opacity: 1;
	background: rgb(21,40,81);
	background: linear-gradient(to top, rgba(2, 10, 27, 1), rgba(8, 52, 143, 0.2763480392156863) 40.76%, rgba(0, 0, 0, 0) 61.34%);
}
.com-galley-fw4c2r-ow-1 .grid-item.clips-item .grid-image:after {
	opacity: 0.1;
}
.com-galley-fw4c2r-ow-1 .grid-item.clips-item:hover .grid-image:after{
	opacity: 0.5;
}

.com-galley-fw4c2r-ow-1 .grid-item .desc-box .htitle{ 
	font-size: 1.5em; 
	margin-bottom: 0;
}
.com-galley-fw4c2r-ow-1 .grid-item .desc-box{
	position: absolute;
	left: 0;
	top: initial;
	bottom: 0;
	margin: auto;
	width: 100%;
	text-align: left;
	padding: 40px;
	padding-bottom: 20px;
	z-index: 2;
	color: #fff;
	align-content: center;
	width: 100%;
	padding: 20px;
}
.com-galley-fw4c2r-ow-1 .grid-item .grid-item-wrap > a.btn-circle{
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	padding: 0;
	display: inline-block;
	color: initial;
	background: #fff;
	transition: all .2s ease-in-out;
	position: absolute;
	top: 42%;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
	opacity: 0;
}
.com-galley-fw4c2r-ow-1 .grid-item:hover .grid-item-wrap > a.btn-circle{
	background: var(--primary-color);
	color: #fff !important;
	opacity: 1;
	top: 43%;
}
