@media (max-width: 979px) {
  #customblocks_block_1 { min-height:89px; }
  #customblocks_block_1 img { max-width:130px; }
  #customblocks_block_1 .customblocks_button { padding:5px 8px; }
  #customblocks_block_2 { min-height:89px; }
  #customblocks_block_2 img { max-width:130px; }
  #customblocks_block_2 .customblocks_button { padding:5px 8px; }
  #customblocks_block_3 { min-height:89px; }
  #customblocks_block_3 img { max-width:130px; }
  #customblocks_block_3 .customblocks_button { padding:5px 8px; }
  .customblocks_block .title { width:120px; }
  .customblocks_block .desc { display:none; }
}
@media (max-width: 480px) {
  #customblocks_block_1 { min-height:122px; }
  #customblocks_block_1 img { max-width:100%; }
  #customblocks_block_1 .customblocks_button { padding:8px 16px; }
  #customblocks_block_2 { min-height:122px; }
  #customblocks_block_2 img { max-width:100%; }
  #customblocks_block_2 .customblocks_button { padding:8px 16px; }
  #customblocks_block_3 { min-height:122px; }
  #customblocks_block_3 img { max-width:100%; }
  #customblocks_block_3 .customblocks_button { padding:8px 16px; }
  .customblocks_block {
    float:none !important;
    width:100% !important;
    margin:0 0 10px !important;
  }
  .customblocks_block .title { width:190px; }
  .customblocks_block .desc { display:block; }
}
