  /* Shuffle-styles */

  /* Column that can be used instead of Bootstrap columns */
  .column {
    position: relative;
    float: left;
    min-height: 0.1rem;
    width: 50%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-top: 1.5rem;
  }
  
  .my-sizer-element {
    width: 8.33333%;
  }
  
  .my-shuffle {
    position: relative;
    overflow: hidden;
  }
  
  .aspect {
    margin-bottom: 2rem;
  }
