@media only screen and (min-width: 768px) and (max-width: 991px) { 
    
    
    .appleb img {
    height: auto;
    margin-top: 9px;
    width: 44% !important;
}
}


@media only screen and (max-width: 767px) {
    
    
    .mobilehead{display: block}
    .desktophead{display:none}
    .eclipes_vdo {
    margin-top: 5px;
    padding: 0;
    text-align: left
}
    .bodysection{display: block}    
    .videosection{position:relative;top:-694px} 
    .headersection{position: relative;top:238px }
    .eclipes_vdo iframe{   border: medium none !important;
    margin: 0 auto !important;width:100%;height:300px}
    .plyr{max-width: 93%}
    .bodysection{bottom:-261px;
    position: relative}
    .bodytitle {
    color: white;
    font-family: trebuchet ms;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    margin-top: 4px;
}
  
    .badgsec {
    margin: 0 auto;
    width: 100%;
}
    .appleb img {
    height: auto;
    margin-top: 11px;
    width: 46% !important;
}
    .aplink {
    background: #3598db none repeat scroll 0 0;
    border-radius: 20px;
    color: white !important;
    font-family: oswald;
    font-size: 14px;
    height: 31px;
    margin: 20px auto;
    width: 147px;
    padding: 5px;
    font-weight: 200;
}
    
}



@media only screen and (min-width: 480px) and (max-width: 767px) {
     .mobilehead{display: block} 
    .desktophead{display:none}
     .plyr{max-width: 93%}
    .appleb img {
    height: auto;
    margin-top: 7px;
    width: 45% !important;
}
  .badgsec {
    margin: 0 auto;
    width: 33%;
}
}



