.bx-wrapper{
	left:0;
	box-shadow:0;
	margin-bottom:0;
	border:none;}
.bx-wrapper img{
	height:100vh;
	width:100%;
}	
#slidehome li{
	height:100vh}
#slidehome li .text-area{
	position:absolute;
	display:inline-block;
	width:70%;
	padding:2em;
	font-weight:900;
	opacity:0;
	transition:.5s;
	top:6em;
	left:4em;
	font-size:40px;
	font-family:Roboto;
	color:#fff;
	text-align:center;
}	

#slidehome .active-one .text-area{
	top:4em;}
#slidehome .active-one .text-area{
	opacity:1;}	
	
.button-35 {
  align-items: center;
  background-color: #333;
  border-radius: 12px;
  box-shadow: transparent 0 0 0 3px,rgba(18, 18, 18, .1) 0 6px 20px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex: 1 1 auto;
  font-family: Inter,sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 1rem 1.2rem;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .2s,-webkit-box-shadow .2s;
  white-space: nowrap;
  border: 0;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}	