@media (min-width:768px) {
	.photo-widget-module .content-item {
		padding: 0;
	}
}

@media (min-width:768px) {
	.photo-widget-module .media-list {
		margin-bottom: 0;
		padding: 0;
	}
}

.photo-widget-module .media-list.once .media-item,.photo-widget-module .media-list.twin .media-item {
	width: 100%;
}

@media (min-width:992px) {
	.photo-widget-module .media-list.twin .media-item {
		width: 50%;
	}
}

.photo-widget-module .media-item {
	border-top: 2px solid #fff;
	float: left;
	margin-top: 16px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

@media (min-width:768px) {
	.photo-widget-module .media-item {
		border-right: 2px solid #fff;
		margin-top: 0;
		padding: 0;
		width: 50%;
	}
}

@media (min-width:992px) {
	.photo-widget-module .media-item {
		width: 25%;
	}
}

.photo-widget-module .media-item .content-image {
	margin: 0;
	padding: 0;
	width: 100%;
}

.photo-widget-module .media-item .content-image .image-position {
	overflow: hidden;
	position: relative;
}

.photo-widget-module .media-item .content-image .image {
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	width: 100%;
}

@media (min-width:768px) {
	.photo-widget-module .media-item .content-image .image {
		height: 100%;
		width: auto;
	}
}

.photo-widget-module .media-item .content-image .image.lazyloaded {
	opacity: 1;
}

.photo-widget-module .media-item .swipebox {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.photo-widget-module .media-item .image-ratio {
	padding-top: 56.5%;
}

.photo-widget-module .media-item:hover .image {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-filter: brightness(105%);
	filter: brightness(105%);
}

.photo-widget-module .media-item:first-child {
	border-top-width: 0;
	margin-top: 0;
}

@media (min-width:768px) {
	.photo-widget-module .media-item:first-child {
		border-top-width: 2px;
	}
}

@media (min-width:768px) {
	.photo-module .content-item {
		padding: 0;
	}
}

@media (min-width:768px) {
	.photo-module .media-list {
		margin-bottom: 0;
		padding: 0;
	}
}

.photo-module .media-item {
	border-top: 2px solid #fff;
	float: left;
	margin-top: 16px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

@media (min-width:768px) {
	.photo-module .media-item {
		border-right: 2px solid #fff;
		margin-top: 0;
		padding: 0;
		width: 50%;
	}
}

@media (min-width:992px) {
	.photo-module .media-item {
		width: 25%;
	}
}

.photo-module .media-item .content-image {
	margin: 0;
	padding: 0;
	width: 100%;
}

.photo-module .media-item .content-image .image-position {
	overflow: hidden;
	position: relative;
}

.photo-module .media-item .content-image .image {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
}

@media (min-width:768px) {
	.photo-module .media-item .content-image .image {
		width: auto;
		height: 100%;
	}
}

.photo-module .media-item .content-image .image.lazyloaded {
	opacity: 1;
}

.photo-module .media-item .swipebox {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.photo-module .media-item .image-ratio {
	padding-top: 56.5%;
}

@media (min-width:768px) {
	.photo-module .media-item .image-ratio {
		padding-top: 192px;
	}
}

@media (min-width:992px) {
	.photo-module .media-item .image-ratio {
		padding-top: 139px;
	}
}

@media (min-width:1366px) {
	.photo-module .media-item .image-ratio {
		padding-top: 184px;
	}
}

.photo-module .media-item:hover img,.photo-module .media-item:hover video {
	-webkit-filter: brightness(105%);
	filter: brightness(105%);
}

.photo-module .media-item:hover .player {
	opacity: .8;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.photo-module .media-item:first-child {
	margin-top: 0;
}
