/*==========  Mobile First Method  ==========*/

	/* Custom, iPhone Retina */ 
@media(max-width:767px){
        
   .debug{
   	background-color: red !important;
   }
   .size-vdo-widgets{
      width:100% !important;
      height:300px !important;
    }
}



/* ========  iPhone 3 4 5 6 / bbz10,z30 /google nexius 4 , 5 ,S  /sumsung galaxy note 3,2 ,S4 ============== */
@media(max-width:500px){
        
   .debug{
   	background-color: #000 !important;
   }

    .height-slide{
    height: 100%;
   }

   .wid-external-pic-an{
      width:100px !important;  /* 110px */
   }

   .img-activity-both{
    width: 384px !important;
    height: 250px!important;
    object-fit: cover;
  }

   .mobile-margin{
      margin-left: 1% !important;
   }

  .size-vdo-widgets{
      width:100% !important;
      height:200px !important;
   }

 

  .last_review_author img {
    
  position:absolute;
  left:0;
  top:0;
  width:150px;
  height:150px;
  border : 1px solid #efefef ;
  border-radius:50%;
  -webkit-border-radius:50%;
  margin-left: 22% ;

}

.last_review_author{
  height: 180px;
}

/*.h7{ font-size: 0.1em !important; }
.h6{ font-size: 0.1em !important; }
.h5{ font-size: 1.0em !important; }
*/
      
}


/*google nexius 7 ,7.2 */
@media(min-width:768px){
  .debug{
     	background-color: green !important;
  }
    .last_review_author img {
    
    position:absolute;
    left:0;
    top:0;
    width:80px;
    height:80px;
    border : 1px solid #efefef ;
    border-radius:50%;
    -webkit-border-radius:50%;

  }

  .size-vdo-widgets{
      width:100% !important;
      height:400px !important;
  }
}


/*ipad 3 , 4  / blackberry playbook / sumsung galaxy tab */
@media(min-width:992px){
    .debug{
   	background-color: yellow !important;
   }

.last_review_author img {
  position:absolute;
  left:0;
  top:0;
  width:120px;
  height:120px;
  border : 1px solid #efefef ;
  border-radius:50%;
  -webkit-border-radius:50%;

}

.btn_wh{
  margin-top: 50px !important;
}


}




/*  notebook / google nexius 10 / sumsung galaxy tab 7.7 */

@media(min-width:1200px){
  .debug{
   	background-color: blue !important;
   }
    
    .size-vdo-widgets{
      width:100% !important;
      height:200px !important;
   }
}
