.so-widget-lsow-image-hover {
	padding-top: 44px;
}
.so-widget-lsow-image-hover .title-section {
	font-size: 40px;
	line-height: 62px;
	color: #73767B;
}
.linkHoverImage {
	text-align: center;
	display: block;
	width: 100%;
	margin: 0 auto;
}
.linkHoverImage a, .linkHoverImage_item {
	position: relative;
	display: inline-block;
	width: calc(16.66% - 2px);
	margin-bottom: 15px;
}
.linkHoverImage a img, .linkHoverImage_item img {
	display: block;
	width: 100%;
	height: auto;
	transition: opacity ease-in-out 0.3s;

}
.linkHoverImage a img:nth-child(2) {
	position: absolute;
	object-fit: cover;
	max-height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}
@media screen and (max-width: 1199.5px) and (min-width: 768px){
	.linkHoverImage a, .linkHoverImage_item {
		width: calc(25% - 2px);
	}
}
@media screen and (max-width: 767.5px) {
	.linkHoverImage a, .linkHoverImage_item {
		width: calc(50% - 15px);
		margin: 0 7px 25px;
	}
}

@media screen and (min-width: 768px) {
	.linkHoverImage a:hover img:nth-last-child(2) {
		opacity: 0;
	}
	.linkHoverImage a:hover img:nth-child(2) {
		opacity: 1;
	}
}

