/* Image wrapper size override */
body .cu_action img {
	height: 260px;
}

/* Tablet */
@media (min-width: 768px) {
    .cu_action img {
        width: 100% ;
        height: 100% ;
    }
}

@media (max-width:768px){
  .cu_action{
    padding-top:20px !important;
    padding-bottom:20px !important;
  }
  
  body .cu_action img {
	height: 100px;
}

}


