.phone {
  width:414px;
  height:954px; 
}
.phone img{
  border: none;
  /*width:414px;
  height:954px;*/ 
}
.phone .cycler {
  position:relative;
}
.phone .cycler img{
  position:absolute;
  z-index:1;
  background-color:white
}
.phone .cycler .active{
  z-index:3;
  
   
}
.phone .cycler .inactive{
  z-index:-1;

   
}
.app-features li{
    list-style-type: disc;
}

/*.example {
    margin: 40px 0;
}

.example .device {
    margin: 0 auto;
    position: relative;
    background: #111;
    box-shadow: 0 0 0 2 #aaa;
    z-index: 500;
    padding: 100px 30px;
    border-radius: 55px;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}

.example .device:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    bottom: 20px;
    border-radius: 100%;
    box-sizing: border-box;
    border: 5px solid #333;
}

.example .device:before {
    content: '';
    width: 60px;
    height: 10px;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    background: #333;
    top: 50px;
}

.example .device.device-android {
    border-radius: 20px;
    width: 360px;
    padding: 60px 20px;
    height: 640px;
    margin-left: -15px;
}

.example .device.device-android:before {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    background: #666;
    top: 25px;
}

.example .device.device-android:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 50px;
    background: #444;
    top: 30px;
    margin-left: 0;
}

.example .device.device-android iframe {
    width: 360px;*/
    /*height: 640px;*/
/*  height: 640px;
}

.example .device-inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.example iframe {
    max-width: 100%;
}

.example .device-v {
    padding: 100px 30px;
}

.example .device-v+.info {
    margin-left: 424px;
}

.example .device-h {
    max-width: 1024px;
    padding: 30px 80px;
    border-radius: 30px;
}

.example .device-h:after {
    left: auto;
    right: 10px;
    bottom: auto;
    top: 50%;
    margin-left: 0;
    margin-top: -30px;
}

.example .device-h:before {
    width: 10px;
    height: 60px;
    top: 50%;
    margin-left: auto;
    margin-top: -30px;
    left: 35px;
}

.example .device-left {
    float: left;
    margin: 0;
    margin-right: 40px;
}

.example .example-author {
    margin-bottom: 20px;
}

.example .example-author a {
    color: #8c2418;
    text-decoration: none;
}

.example .example-author a:hover {
    text-decoration: underline;
}

.example h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.example h2+.example-author {
    margin-top: -20px;
}
*/
.example .info {
    padding-top: 30px;
}

.example .center-info {
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 20px;
}

.example a.button {
    border-radius: 5px;
    display: inline-block;
    height: 27px;
    line-height: 25px;
    border: 1px solid #b72f20;
    text-decoration: none;
    font-weight: normal;
    padding: 0 15px;
    box-sizing: border-box;
    font-weight: 500;
    font-family: "myriad",Helvetica Neue,Helvetica,Arial,sans-serif;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.example a.button:hover {
    background: rgba(183,47,32,0.1);
}

.example a.button+a.button {
    margin-left: 15px;
}

.example a.button:hover {
    background: rgba(183,47,32,0.1);
}

.example .buttons {
    margin-top: 25px;
}

.example .app-launcher {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #111;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #333;
}

.example .app-launcher span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    cursor: pointer;
}

.example .app-launcher span:before {
    position: absolute;
    bottom: 100%;
    width: 64px;
    height: 64px;
    margin-bottom: 10px;
    border: 1px solid #fff;
    border-radius: 18px;
    content: '';
    left: 50%;
    margin-left: -33px;
}

.example .app-launcher span:hover {
    opacity: 0.8;
}
/*
@media (max-width: 991px) {
  .example .device-left {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  
  .example .device-iphone {
    width: 320px;
  }
  
  .example .device.device-android {
    margin-left: auto;
  }
  
  .example .device-v+.info {
    margin-left: 15px;
  }
}
*/
.pwa-item {
    margin-top: 10px;
    margin-bottom: 10px;
}

.pwa-item .pwa-icon {
    color: #757575;
    font-size: 48px;
    float: left;
    height: 48px;
    margin-left: 4px;
    width: 48px;
}

.pwa-item .pwa-desc {
    margin-left: 76px;
    font-size: 16px;
}

.pwa-item .pwa-desc h3 {
    color: #039be5;
    font-size: 24px;
    margin-bottom: 10px;
}

.features {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding-top: 20px;
}
