@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700");
body {
  height: 100vh;
  background-color: #fff;
  overflow: hidden;
  margin: 0;
  font-size: 16px; }

.bg {
  background-image: url("../img/bg_02.png");
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 75%; }

.over {
  height: 100%;
  background-position: tob bottom;
  position: relative;
  z-index: 0; }
  .over img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0; }

.textBlock {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 20%;
  margin: auto;
  width: 500px;
  height: 350px;
  text-align: center; }
  .textBlock img {
    width: 340px;
    margin-bottom: 51px; }
  .textBlock .text {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 77px 115px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    text-shadow: 3px 0 4px rgba(0, 0, 0, 0.75); }

@media screen and (max-width: 768px) {
  .text {
    padding: 50px 90px;
    font-family: 'Open Sans Condensed', sans-serif; } }

@media screen and (max-width: 553px) {
  .textBlock {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    bottom: 5%; }
    .textBlock img {
      width: 280px;
      margin-bottom: 30px; }
    .textBlock .text {
      padding: 50px 10px;
      font-size: 1.25em; } }

@media screen and (max-height: 415px) {
  .textBlock img {
    margin-bottom: 30px; }
  .textBlock {
    bottom: 5%;
    height: 300px; }
  .text {
    padding: 30px 40px !important;
    font-family: 'Open Sans Condensed', sans-serif; } }
