/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 820px) {

    .sw_about_top_wrapper {
        display: none;
    }

    .logo  img{
        width:190px;
    }


    .sw_testimonials_slider_box img {
        float: left;
        width: 100% !important;
        border-radius: 100%;
        margin: 10px 0px;
    }
    
}




