.camera-holder .camera-block {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

#inactive-bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/shops-bg.jpg) center no-repeat;
  background-size: cover;
  background-attachment: fixed; }

.camera-holder {
  position: relative;
  width: 500px;
  height: 290px;
  overflow: hidden;
  border: solid 10px #fff; }
  @media screen and (max-width: 1200px) {
    .camera-holder {
      margin: 0 auto; } }
  @media screen and (max-width: 430px) {
    .camera-holder {
      width: 100%; } }
  .camera-holder.left-camera {
    float: right; }
    @media screen and (max-width: 1200px) {
      .camera-holder.left-camera {
        float: none; } }
  .camera-holder.right-camera {
    float: left; }
    @media screen and (max-width: 1200px) {
      .camera-holder.right-camera {
        float: none;
        margin-top: 30px; } }
  @media screen and (max-width: 640px) {
    .camera-holder .camera-block {
      width: 500px;
      left: 50%;
      margin-left: -250px; } }

/*# sourceMappingURL=camera.css.map */
