body, html {
    height: 100%;
    margin: 0;
    font: 400 15px/1.8 "Lato", sans-serif;
    color: #777;
  }
  
  .bgimg-1, .bgimg-2, .bgimg-3 {
    position: relative;
    opacity: 0.95;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  
  }
  .bgimg-1 {
    background-image: url("marazzi-graphic-designer.jpg");
    height: 100%;
  }
  
  .caption {
      position: absolute;
      top: 50%;
      width: 100%;
      text-align: center;
      background:rgb(210 210 210 / 95%);
  }
  
  .caption p.border {
    background-color: #111;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 6px;
    display: inline;
  }
  
  h3 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 20px "Lato", sans-serif;
    color: #111;
  }

  .copyright {
      padding: 1rem;
      margin: 0;
      text-align: center;
      background: #1f1f1f;
      color: #fff;
      font-weight: 500;
      letter-spacing: .75px;
      font-size: .8rem;
  }

  @media (min-width:360px) and (max-width: 480px) {

      .caption {
          left: 0%;
          top: 50%;
          width: 100%;
      }

      .caption p.border {
          padding: 12px;
          font-size: .6rem;
          letter-spacing: 4px;
      }  
  }

  @media (min-width:481px) and (max-width: 768px) {
    .caption p.border {
        padding: 12px;
        font-size: 16px;
    } 
  }