/*
Theme Name: prodigi-lab
Text Domain: prodigi-lab
Description: Theme for prodigi-lab Project
*/ 

.table tbody tr td:first-child,
.table tbody tr th:first-child {
	word-break: break-word;
}
.page-section.main .overlay {
	top: 0;
	bottom: initial;
	height: 50%;
}
.page-section.main .splide img {
	object-position: 90% 0;
}

@media screen and (min-width: 768px) {
	.page-section.main .overlay {
		top: initial;
		bottom: 0;
		height: 100%;
	}
	.page-section.main .overlay .splide img {
		object-position: 75% 0;
	}
}
