﻿#page-blocks-container .imageblocks-block {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  padding-bottom: 0;
}
.imageBlocks-blockBase {
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  float: left;
  justify-content: center;
  height: 100vh;
  width: 100%;
}
.imageBlocks-2Blocks {
  width: 50%;
}
.imageBlocks-3Blocks {
  width: 33.3333%;
}
.imageBlocks-4Blocks {
  height: 50vh;
  width: 50%;
}
.imagesBlock-bordered {
  border-right: 3px solid #fff;
}
.imageBlocks-blockTitle {
  background-color: rgba(255, 255, 255, 0.7);
  color: #333;
  font-size: 25px;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .imageBlocks-2Blocks {
    border-bottom: 3px solid #fff;
    border-right: none;
    height: 50vh;
    width: 100%;
  }
  .imageBlocks-3Blocks {
    border-bottom: 3px solid #fff;
    border-right: none;
    height: 33.333vh;
    width: 100%;
  }
  .imageBlocks-4Blocks {
    border-bottom: 3px solid #fff;
    border-right: none;
  }
}