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