.swipter{
	height:70vh;
	width: 100vw;
	overflow: hidden;
}
.swipter_item{
	position: relative;
	height:76vh;
	width: 100vw;
}
.swipter_item_fixed{
	position: absolute;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 10px;
	padding: 20px;
	bottom: 2.5rem;
	right: 4rem;
	/* text-align: center; */
	color: #fff;
	max-width: 28%;
}
.swipter_item_fixed h1{
	font-size: 3.5rem;
	border-bottom: 2px solid #fff;
	/* padding-bottom: 1rem; */
}
.swipter_item_fixed p{
	font-size: 1rem;
	margin-top: 0.5rem;
}
.swipter_item_img{
	width: 100%;
	height: auto;
}
.swipter_item_box{
	position: absolute;
	z-index: 9;
	bottom:4rem;
	right:8rem
}
.swipter_item_box h2{
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
}
.swipter_item_box p{
	font-size: 1.5rem;
	color: #fff;
}
