html {
  background: url(bg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.container {
    bottom: 7%;
    height: 80%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 8%;
    top: 7%;
    width: 86%;
}


.row {
  width: 100%;
  height: 100%;
}

.row-col {
    height: 100%;
}



.col-cabinet {
    display: inline-block;
    height: 100%;
    margin-right: 38px;
    vertical-align: middle;
    width: 30%;
}

.col-cabinet img {
    display: block;
    height: 100%;
    margin-left: auto;
}


.col-info {
    display: inline-block;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 58%;
}


.company-name {
    color: #b49555;
    font-size: 61px;
    font-style: italic;
    letter-spacing: 11px;
    text-align: center;
    display: block;
    margin-bottom: 29px;
}



.specializing {
    color: #434040;
    display: block;
    font-size: 24px;
    font-style: italic;
    letter-spacing: 2px;
    margin-bottom: 54px;
}


.address {
    display: block;
    font-size: 20px;
    margin-top: 28px;
}

div.middle-div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

  .col-info {
    display: inline-block;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 63%;
  }

}


@media only screen and (max-width: 600px) {
  .col-info {
    width: 63%;
  }

  .col-cabinet {
    margin-right: 6px;
    padding-left: 13px;
  }

  .company-name {
    color: #b49555;
    font-size: 30px;
    font-style: italic;
    letter-spacing: 9px;
    text-align: center;
    display: block;
    margin-bottom: 29px;
  }

  .specializing {
    color: #434040;
    display: block;
    font-size: 17px;
    font-style: italic;
    letter-spacing: 2px;
    margin-bottom: 54px;
  }

  .address {
    display: block;
    font-size: 17px;
    margin-top: 28px;
  }

  .container{
    width: 100%;
  }
}
