.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
  margin:0 auto;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float:left;
  width:100%;
  position: relative;
  height: 30em;
  padding-top:2.5em;
}

.slide-content {
  padding-left:2em;
  width: 100%;
}
.slice1 .slide-content {
  width: 72%;
}
.slice2 .slide-content {
  width: 89%;

}

.slice2 a.benefits {
  background: #ffffff;
  -moz-border-radius:  12px;
  -webkit-border-radius:  12px;
  border-radius:  12px;
  font-size: 1.6em;
  color:#034ea2;
  font-family: InterstateRegular;
  text-decoration: none;
  padding: 0.5em 1em 0.5em 1em;
  width: 6.5em;
}

.slice3 a.learn-more {
  width: 6em;
}

.slice2 a {
  color: #ffffff;
}

.slide-content p {
  color: #333333;
  padding-right: 1.5em;
  margin-bottom: 2.5em;
}

.slice1 .slide-content p.text-bottom {
  font-size:1.3em;
  padding-right: 4em;
}

#mySwipe .swipe-wrap .slice1 {
  background: #f4f4f4; /* Old browsers */
}
#mySwipe .swipe-wrap .slice2 {
  background: #034588; /* Old browsers */
}
#mySwipe .swipe-wrap .slice3 {
background:url(../images/slider/generic/samsung-s7-bg.jpg) no-repeat 0;
background-size: cover;

}
.slice1 .slide-content { 
  width:60%;
}

.slice1 .slide-content p {
  margin-bottom:1.5em;
  font-size: 1.2em;
}
#mySwipe .swipe-wrap .slice1 .slide-content .image{
  background: url(../images/slider/generic/SamsungPay_195x233_mobile_c.png) no-repeat;
  background-position: bottom right;
  width: 155px;
  /*height: 200px;*/
  height:233px;
  position: absolute;
  /*right:-25px;*/
  right:0;
  bottom: 0;
}
#mySwipe .swipe-wrap .slice1 .slide-content .image img {
	width: 100%;
}
#mySwipe .swipe-wrap .slice2 .slide-content .image{
  width: 130px;
  float: left;
  height: 180px;
  display: none;
}
#mySwipe .swipe-wrap .slice2 .slide-content .image img{
	width: 100%;
}
#mySwipe .swipe-wrap .slice3 .slide-content .image{  
  background: url(../images/slider/generic/SamsungPay_s7_195x233.png) no-repeat;
  background-position: right bottom;
  background-size:cover;
  bottom: 25px;
  height: 233px;
  position: absolute;
  right: 10px;
  width: 160px;
}

#mySwipe .swipe-wrap .slice3 .slide-content h1{
  padding-right: 2em;
  width:50%;
}

#mySwipe .swipe-wrap .slice2 p{
  color: #ffffff;
  padding-right: 0px;
  font-size: 1.2em;
}

#mySwipe .swipe-wrap .slice2 h2{
  color: #ffffff;
  font-size: 2.0em;
  text-align: left;
  margin-bottom: 0.833em;
}
#mySwipe .swipe-wrap .slice3 p{
  padding-right: 0px;
  font-size: 1.2em;
  margin-bottom: 1.5em;
  width: 50%;
}
.hero-title {
  font-size: 2.4em;
  color: "#333333";
  font-family: InterstateRegular;
  margin-bottom: 0.83333em !important;
  line-height: 1.25em !important;
}

.bullets {
  bottom: 2em;
  position: absolute;
  left: 46%;
}

.bullets span {
    background-color: #034ea2;
    border-radius: 15px;
    cursor: pointer;
    float: left;
    height: 9px;
    margin-right: 10px;
    width: 9px;
    text-indent: -999999px;
}

.apple-logo {
  margin-bottom:1.5em;
}

.bullets span.active {
 /* background-color: #fefefe;*/
  box-shadow: 0 0 0 2px #034ea2;
  background-color: #034ea2;
  height: 6px;
  width: 6px;
  margin-top: 1px;
}
.bullets span {
 background-color: #fefefe;	
 box-shadow: 0 0 0 2px #034ea2;
}

.slice2 .slide-content .bullets span {
    background-color: #034588;
	  box-shadow: 0 0 0 2px #ffffff;
    border-radius: 15px;
    cursor: pointer;
    float: left;
    height: 9px;
    margin-right: 10px;
    width: 9px;
}

.slice2 .slide-content .bullets span.active {
  background-color: #ffffff;
/*  box-shadow: 0 0 0 2px #ffffff;*/
  height: 6px;
  width: 6px;
   margin-top: 1px;
}


.slice3 .bullets span.active {
 /* background-color: #fefefe;*/
  box-shadow: 0 0 0 2px #034ea2;
  background-color: #034ea2;
  height: 6px;
  width: 6px;
  margin-top: 1px;
}
.slice3 .bullets span {
 background-color: #fefefe;	
 box-shadow: 0 0 0 2px #034ea2;
}

@media(max-width:414px){		
	#mySwipe .swipe-wrap .slice3 .slide-content .image{ display:none; }		
	#mySwipe .swipe-wrap .slice3 p, #mySwipe .swipe-wrap .slice3 .slide-content h1{ width:85%; }		
}