.albery-container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1600px;
	height: 750px;
	overflow: hidden;
	max-width: 100%;
	max-height: 100%;
}

.pagination-container {
	position: relative;
	/* center it */
	margin-left: auto;
	margin-right: auto;
	width: 1600px;
	height: auto;
	overflow: hidden;
	object-fit: cover;
	max-width: 100%;
	max-height: 100%;
}

.albery-wrapper {
	position: relative;
	width: 1600px;
	height: 750px;
}

.albery-item {
	position: relative;
	float: left;
	display: block;
	width: 1600px;
	height: 750px;
	text-align: center;
	object-fit: cover;
	max-width: 100%;
	max-height: 100%;
}

	.albery-item img {
		max-width: 100%;
		max-height: 100%;
		object-fit: cover;
	}

.move-left, .move-right {
	position: absolute;
	width: 18%;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

	.move-left a, .move-right a {
		display: block;
		text-decoration: none;
		color: rgba(255,255,255,0.5);
		transition: all .5s;
		border-top: 34px solid transparent;
		border-bottom: 34px solid transparent;
		width: 0;
		height: 0;
	}

		.move-left a:hover, .move-right a:hover {
			color: rgba(255,255,255,0.9);
		}

	.move-left a {
		border-right: 34px solid rgba(255,255,255,0.5);
	}

	.move-right a {
		border-left: 34px solid rgba(255,255,255,0.5);
	}

.move-left {
	left: 0;
}

.move-right {
	right: 0;
}

.pagination-wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 1600px;
}

.pagination-item {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-evenly;
	float: left;
	text-align: center;
	width: 144px;
	height: 140px;
	cursor: pointer;
}

	.pagination-item img {
		margin-left: auto;
		margin-right: auto;
		display: flex;
		justify-content: space-evenly;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
