.single-features{
   min-height: 280px;
   border: solid 1px #efe2e2;
}

.video-area {
  background-color: #f4f6f7;
  padding-top: 60px;
}



#video-explained{
    width:100%;
    float:left;
    text-align:center;
}
iframe {
    width: 640px;
    height: 360px;
    margin: 0 auto;
    background-color: #777;
    border-style:none;
}

 @media screen and (max-width: 750px) {
    iframe {
    width: 320px;
    height: 180px;
    }
 }


.play-store-badge,
.app-store-badge{
    display: none;
}

.play-store-badge,
.app-store-badge{
    display: none;
}


 @media screen and (max-width: 800px){
    .play-store-badge{
        width: 260px !important;
        height: 80px !important;
        display: block !important;
    }

    .app-store-badge{
        width: 250px !important;
        height: 83px !important;
        display: block !important;
        padding-left: 16px;
    }


    .slidbut{
            display: none !important;
    }

 }


