.wrapper {
    	height: auto !important;
    	height: 100%;
    	margin: 0 auto; 
    	overflow: hidden;
    }
a.button {
  color: white;
  font-weight: 500;
  text-decoration: none;
  user-select: none;
  padding: .5em 2em;
  outline: none;
  border: 2px solid;
  border-radius: 1px;
  transition: 0.2s;
} 
a.button:hover { background: #95a90c; }

    .main {
      float: left;
      width: 100%;
      margin: 0 auto;
      background: #161923;
    }
	.immersive_slider .is-slide .content a {
      color: white;
    }
    .immersive_slider .is-slide .content h2{
	  color:#d5f211;
      line-height: 120%;
      font-weight: 300;
	  font-size:1.8em;
    }
  
  .immersive_slider .is-slide .content p{
    float: left;
    font-weight: 300;
    width: 100%;
    font-size: 1em;
    margin-top: 5px;
  }