/* CSS Document */
@charset "UTF-8";

.slder-background {
	width: 100%;
	height: 50vh;
	position: relative;
	background-image: url(images/title-factory-bg.avif);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 3%;
}
 

