@keyframes show {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

* {
	view-timeline-name: --image;
	view-timeline-axis: block;
	animation-timeline: --image;
	animation-name: show;
	animation-range: entry 10%;
	animation-fill-mode: both;
}

:root {
	--border-radius: 8px;
	font-size: 20px;
}

.PhotoView_separator {
	display: block;
	position: relative;
	text-align: center;
	background-color: white;
	color: black;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	animation-name: none;
}
.PhotoView_separator2 {
	text-align: right;
}
.PhotoView_container {
	display: inline-block;
	position: relative;
	text-align: center;
	color: black;
	width: 60%;
	padding: 0;
	margin: 10px;
}
.PhotoView_container2 {
	display: inline-block;
	position: relative;
	text-align: center;
	color: black;
	height: 45%;
	padding: 0;
	margin: 10px;
	font-size: 12px;
}

.PhotoView_title {
	background-color: black;
	color: white;
	margin: 0px;
	position: relative;
}
.PhotoView_mosaic {
	background-color: black;
	color: white;
	margin: 0px;
}
.PhotoView_title_header {
	border-bottom: solid 5px darkgray;
}
.PhotoView_title_subtitle {
	color: rgb(242, 242, 242);
}
.PhotoView_centering_container {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
}
.PhotoView_centering_container_mosaic {
	margin: 0;
	position: absolute;
	width: 75%;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	animation-name: none;
}
.PhotoView_img {
	width: 100%;
	max-height: 800px;
	border-radius: var(--border-radius);
}
.PhotoView_img2 {
	width: 100%;
	border-radius: var(--border-radius);
}

.PhotoView_img_container {
	position: relative;
	display: inline-block;
	width: 45%;
	animation-name: none;
}
.PhotoView_title {
	animation-name: none;
}
.PhotoView_title_header {
	animation-name: none;
}
.PhotoView_title_subtitle {
	animation-name: none;
}

.PhotoView_title_header {
	animation-name: none;
}
.PhotoView_title_header {
	animation-name: none;
}

h6 {
	animation-name: none;
}

.PhotoView_img_overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: 0.5s ease;
	background-color: #000000;
	border-radius: var(--border-radius);
	animation-name: none;
}

.PhotoView_img_container:hover .PhotoView_img_overlay {
	opacity: 1;
}

.PhotoView_img_text {
	color: white;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	animation-name: none;
}

.PhotoView_top-left {
	position: absolute;
	top: 8px;
	left: var(--border-radius);
	text-align: left;
}
/* Bottom right text */
.PhotoView_bottom-right {
	position: absolute;
	bottom: 8px;
	right: 2em;
	text-align: right;
}
.PhotoView_bottom-left {
	position: absolute;
	bottom: 8px;
	left: 2em;
	text-align: left;
}
.PhotoView_content {
	text-align: left;
	float: left;
	color: black;
	width: 33%;
	padding: 0;
	margin: 10px;
	margin-left: 20px;
}
.PhotoView_img_mosaic {
	float: left;
	margin: 5px;
	width: 97%;
	max-height: 50vh;
	animation-name: none;
}
hr {
	border: 1px solid rgb(236, 236, 236);
	margin: 0;
}
.PhotoView_content2 {
	width: 50%;
}
.PhotoView_supercontainer {
	width: 100%;
	display: flex;
	height: fit-content;
	justify-content: center;
}
.PhotoView_supersupercontainer {
	width: 40%;
	display: inline-block;
	height: fit-content;
}
.vertical {
	width: 38%;
}
@media only screen and (max-width: 768px) {
	.PhotoView_container {
		width: 100%;
		margin: 0px;
	}
	.PhotoView_supersupercontainer {
		width: 100%;
		margin: 0px;
	}
	.PhotoView_img {
		border-radius: 0px;
		width: 100%;
	}

	.PhotoView_container2 {
		width: 100%;
		margin: 0px;
		font-size: 1em;
	}
	.PhotoView_img2 {
		border-radius: 0px;
		width: 100%;
		height: auto;
	}

	.PhotoView_footer {
		font-size: 0.5em;
	}
	.PhotoView_content {
		width: 95%;
		margin-left: 10px;
	}
	.PhotoView_content2 {
		width: 95%;
	}
	.PhotoView_separator {
		height: auto;
	}

	.PhotoView_img_mosaic {
		float: left;
		display: block;
		margin: 0px;
		width: 100%;
	}

	.PhotoView_img_container {
		float: left;
		width: 100%;
	}
	.PhotoView_img_overlay {
		position: relative;
		display: block;
		opacity: 1;
		background-color: transparent;
		border-radius: 0px;
	}

	.PhotoView_img_text {
		color: black;
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0, 0);
		text-align: left;
	}
	.PhotoView_title {
		min-height: 100vh;
		display: table;
	}
	.PhotoView_centering_container {
		margin: 0;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		position: relative;
		top: 0%;
		left: 0%;
		-ms-transform: translate(-0%, -0%);
		transform: translate(-0%, -0%);
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
	}
	.PhotoView_centering_container_mosaic {
		margin: 0;
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		display: block;
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.PhotoView_mosaic {
		background-color: white;
		color: black;
		margin: 0px;
		display: block;
		overflow: auto;
		height: auto;
	}
}
.noise-bg {
	background: url("../resources/images/random.gif");
	animation-name: none;
}
.black-text {
	color: black;
}
.black-bg {
	background: url("../resources/images/Italia/hoyo.jpg");
	animation-name: none;
	background-size: contain;
	background-repeat: no-repeat no-repeat;
	background-position: center center;
}
.paloma-bg {
	background: url("../resources/images/Italia/paloma.jpg");
	animation-name: none;
	background-size: contain;
	background-repeat: no-repeat no-repeat;
	background-position: center center;
}
.kiti-bg {
	background: url("../resources/images/Colombia/kiti.jpg");
	animation-name: none;
	background-size: contain;
	background-repeat: no-repeat no-repeat;
	background-position: center center;
}
.no-line-text {
	border-bottom: 0px !important;
}
.player {
	font-size: 2em;
}
