
.eanz-slider {
    height: 0; 
  margin: 0 auto;
  text-align: center;
  position: relative;
	padding-top: 12vh;
}

.eanz-slider section {
  width: 100%;
  display: inline-block;
}
/*
.eanz-slider img {
  width: 100%;
  height: 350px;
}
*/

.slider-content{
    position: relative;
	width: 80%;
    margin: 0 auto;
}

#next1 {
  right: 5vw;
    top: 20vh;
    z-index:1;
width: 40px;
    height: 40px;
    font-size: 1em;
    position: absolute;
    border-radius: 50%;
    background-color: #00000052;
    color: white;
}
#next1:hover {
    background-color: white;
    color: black;
}

#prev1 {
  left: 5vw;
    top: 20vh;
     z-index:1;
   width: 40px;
    height: 40px;
    font-size: 1em;
    position: absolute;
    border-radius: 50%;
    background-color: #00000052;
    color: white;
}

#prev1:hover {
    background-color: white;
    color: black;
}
#launch{
	background-color: #0f244d;
    color: white;
}
#launch:hover{
	background-color: #15326B;
	
}
.initial:not(:first-child){
	display:none!important;
}

@media only screen and (min-width:420px ){
.eanz-slider h2{
	margin-top: 0;
}
}
@media only screen and (max-width:420px ){
.eanz-slider {
	padding-top: 1vh;
}
.eanz-slider h2{
	margin-top: 50px;
	font-size: 1.5em;
}
.eanz-slider p{
	font-size: 1em;
}
#next1 {
  right: -8vw;
}
#prev1 {
  left: -8vw;
}
}