@media (max-width: 1200px) {
  .customblocks_block_topColumn { margin-bottom:9px; }
}
@media (max-width: 979px) {
  .customblocks_block .title {
    top:15px;
    font-size:14px;
    line-height:16px;
  }
  .customblocks_block_topColumn img, .customblocks_block_home img { width:100%; }
  .customblocks_block_topColumn .customblocks_button, .customblocks_block_home .customblocks_button {
    bottom:10px;
    right:10px;
  }
  #customblocks_block_1 img { max-height:140px; }
  #customblocks_block_2 img { max-height:105px; }
}
@media (max-width: 767px) {
  #top_column .customblocks_container {
    position:static;
    width:100%;
  }
  .customblocks_block_topColumn { margin:0 5px; }
  .customblocks_block_topColumn img, .customblocks_block_home img { max-height:180px !important; }
  #customblocks_block_1 { width:38%; }
  #customblocks_block_2 { width:46%; }
}
@media (max-width: 480px) {
  .customblocks_block {
    width:100% !important;
    margin:5px 0 !important;
  }
  .customblocks_block .title {
    font-size:18px;
    line-height:20px;
  }
  .customblocks_block_topColumn .customblocks_button, .customblocks_block_home .customblocks_button {
    bottom:15px;
    right:15px;
  }
}
