<style type="text/css">
body{margin:0}

.switcher {
	width:auto;
	height: 65%;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position:relative;
	background-repeat:no-repeat
}

.switcher__title{
	color: #fff;
	font-size: 30px;
	line-height: 1.5;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
}
</style>