@media only screen and (min-width: 768px) and (max-width: 800px)  and (orientation:portrait) {
.view-content{

margin-left:1% !important;


}
.span4{

    height: 150px !important;
    width:30% !important;
    margin: 0 0 0 1.5% !important;
    padding :0px !important;
    float:left;

}

.portfolio .work-item {

    width:100% !important;
   float:left;
   
   
}

.portfolio .work-item img {
    max-width:100% !important;
   
}

.portfolio .work-entry{

    height: 115px !important;
    padding: 24px 30px;
    width: 73% !important;
}

H5{
  font-size:14px !important;
 line-height:22px !important;
}

p{
  font-size:11px !important;
 line-height:22px !important;
}

.views-exposed-form .views-exposed-widget .form-submit {
margin-top: 29px !important;
}

.view-filters{
padding-bottom: 3% !important;
}

}