#galleries {
	display: flex;

}


#halloween_24{
		background-image: url('/themes/olac/images/IMG_9484.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 225px;
	width: 300px;
	display: block;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
	margin-right: 50px;
	cursor: pointer;
	transform: none;

}
#halloween_24 > div > p {
	display: flex;
	width: 100%;
	height: auto;
	justify-content: center;
	background-color: #00488c;
	color: white;
	align-items: flex-end;
	box-shadow: none;
	transition: color 300ms ease;
}
#halloween_24 > div {
	height: 100%;
	display: flex;
	align-items: flex-end;
	width: 100%;
	justify-content: center;
}
#halloween_24 > div > p:hover{
	color: #FDB515;
	background-color: #00488c;
	cursor: pointer;
	text-decoration: underline #FDB515;
}

#halloween_23{
	background-image: url('/themes/olac/images/IMG_9257.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 225px;
	width: 300px;
	display: block;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
	margin-right: 50px;
	cursor: pointer;
	transform: none;

}
#halloween_23 > div > p {
	display: flex;
	width: 100%;
	height: auto;
	justify-content: center;
	background-color: #00488c;
	color: white;
	align-items: flex-end;
	box-shadow: none;
	transition: color 300ms ease;
}
#halloween_23 > div {
	height: 100%;
	display: flex;
	align-items: flex-end;
	width: 100%;
	justify-content: center;
}
#halloween_23 > div > p:hover{
	color: #FDB515;
	background-color: #00488c;
	cursor: pointer;
	text-decoration: underline #FDB515;
}
