.jumbotron {
  background-image: url('http://abcglobal.net/files/header_image-original-46642.jpg');
  position: relative;
  min-height: 250px;

  .SELF-Xlogo.content-view {
    position: absolute;
    top: 20px;
    right: 20px;
    img {
      max-height: 100px;
    }
  }

  .SELF-social_medium_button {
    position: absolute;
    bottom: 0;
    .TYPE-image {
      display: inline-block;
      padding: 0 3px;
      img {
        height: 50px;
      }
    }
  }

  .SELF-Xnavbox {
    position: absolute;
    width: 30%;
    bottom: 0;
    right: 0;
  }
}