.ribbon-highlight{
    position:relative;
    margin:0.1em;
  }
  @media (max-width: 720px) {
    .row {
      display: block !important;
    }

    .column {
      padding: 5px;
    }
  }
  .ribbon-highlight:before{
    content:"";
    z-index:-1;
    left:-0.5em;
    top:0.1em;
    border-width:0.5em;
    border-style:solid;
    border-color:rgb(255, 109, 182);
    position:absolute;
    width:100%;
    border-left-color:transparent;
    border-right-color:transparent;
  }
  @media (min-width: 721px) {
    .row {
      display: flex;
    }
    
    .column {
      flex: 33.33%;
      padding: 5px;
    }
  }

  .image {
    width: 100%;
    height: 80%;
  
    
    margin: 0 auto;
  }
  body {
    background-image: url(gallery_bg.jpg);
    background-size: cover;

  }
  .center{
    text-align:center;
  }
  .titletext {
    font-family: 'Bebas Neue', cursive;
    font-size: 50px;
  }
