

#action_teaser {
	position: absolute;
    top: 80%;
    margin: auto;
    z-index: 10000000000;
    width: 100%;


}

#action_teaser > span {
	position: static;
    display: block;
    width: 550px;
		height: 90px;
    max-width: 90%;
    background-color: rgb(79, 26, 64);
    margin: auto;
    z-index: 10000000000;
    padding: 20px;
		font-family: 'arial';
		font-size: 100%;
		color: #fff;
    font-style: normal;
		border: 2px solid #fff;


		border-radius: 10px 10px 10px 10px;
    text-align: center;

}

button {

	align-items: center;
  padding: .7rem 1rem;
  border-radius: .7rem;
  color: rgb(79, 26, 64);
  text-transform: uppercase;
  font-size: .8rem;
  letter-spacing: .2rem;
  transition: all .3s;
	padding-top: 10px;
	text-align: center;
	top: 100px;
	bottom: 50px;
	width: 50%;
  overflow: hidden;
  z-index: 1;

}
