.w-full {
	width: 100%;
}

.h-full {
	height: 100%;
}

.object-cover {
	object-fit: cover;
}

.banner-image {
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
}
