/*================Screen Desktop======
============================*/

@media (min-width: 1200px){
    .articledetaila9.articledetaila9 h3.title {
        line-height: 35px;
    }   
   }
   /*================Screen Ipad Pro 3======
   ============================*/
   @media only screen and (min-width: 1024px) and (max-width: 1200px){
   
   }
   /*================Screen Ipad Mini======
   ============================*/
   @media only screen and (min-width: 768px) and (max-width: 1000px){
   
   }
   /*================Screen Devide======
   ============================*/
   /* Smartphones (portrait and landscape) ----------- */
   @media only screen and  (max-width : 700px) {
    /*  .articledetaila6 img.image {*/
         
    /*     max-width: 100%;*/
    /* }*/
    /* .lSSlideOuter .lSPager.lSGallery img {*/
    /*    display: block;*/
    /*    height: 50px !important;*/
     
    /*}*/
        .articledetaila9 .image_single {
            height: 250px;
           
        }
        
        /*Slide*/
        ul#image-gallery {
        
            height: 250px !important;
        }
        ul#image-gallery .image-gallery-x {
            height: 250px;
            background-position: center;
             width: 100%; 
            background-size: cover;
            background-repeat: no-repeat;
        }
        .lSSlideOuter .lSPager.lSGallery img {
          
            height: 25px !important;
            width: 80px !important;
        }
        .articledetaila9 .gb-image {
            height: 385px;
        }
        .articledetaila9.articledetaila9 h3.title {
            font-size: 17px;
            
        }
        .articledetaila9 {
       
            border-top: 2px solid #d5d5d5;
        }
   }
   