﻿.portalContainer {
	padding-bottom: 20px;
}

.portalImgContainer {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.portalImg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.portalImgOverlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% * 2 / 9);
	background-color: rgba(0, 0, 0, 0.6); /* Adjust color and opacity */
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: white;
	font-size: 1.2rem; /* Adjust as needed */
}

.portalImgOverlayTitle {
	font-size: 25px;
	font-family: 'Century Gothic';
	padding: 1rem;
}
