#alb_overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
}

#alb_overlay nav {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

#alb_content {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 60px);
	top: 48px;
	bottom: 48px;
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
}

#alb_content img, #alb_content iframe {
	max-height: 100%;
	max-width: calc(100% - 4rem);
}

#alb_footer {
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	/* font-family: 'Roboto'; */
	font-size: 1rem;
	color: #fff;
	position: absolute;
	bottom: 0;
}

#alb_icon_prev, #alb_icon_close, #alb_icon_next {
	width: 30px;
	height: 30px;
	display: inline-block;
	opacity: 0.6;
	margin: 8px;
	cursor: pointer;
	position: absolute;
}

#alb_icon_prev:hover, #alb_icon_close:hover, #alb_icon_next:hover {
	opacity: 1;
}

#alb_icon_prev {
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='%23ffffff' class='bi bi-chevron-left' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
	background-size: 24px 24px; background-repeat: no-repeat; background-position: center center }
#alb_icon_close {
	top: 0;
	right: 0;
	transform: translate(0, 0);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='%23ffffff' class='bi bi-x-lg' viewBox='0 0 16 16'%3e%3cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z'/%3e%3c/svg%3e");
	background-size: 24px 24px; background-repeat: no-repeat; background-position: center center }
#alb_icon_next {
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='%23ffffff' class='bi bi-chevron-right' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	background-size: 24px 24px; background-repeat: no-repeat; background-position: center center
}
