/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 62:1 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
	#collection-packery-general{
        margin: 5%;
    }
    .collection-packery-container{
        display: grid;
        grid-template-columns: 40% 60%;
        
    }
    .collection-packery-multipleImages{
        display: grid;
        grid-template-columns: 33% 33% 33%;
    }
  
    .collection-packery-miniImage{
        display: flex;
        width: 100%;
        padding: 2%;
    }
    .collection-packery-bigImage{
        display: flex;
        width: 100%;
        padding: 1.5%;
    }
    .collection-packery-bottomText{
        width: 96.3%;
        height: 25px;
        color: white;
        font-size: 8px;
        font-weight: 500;
        letter-spacing: 1px;
        background-color: black;
        opacity: 50%;
        position: absolute;
        bottom: 1.5%;
        right: 2%;  
        padding: 5px;     
    }
  
    @media only screen and (max-width: 600px) {
      .collection-packery-container {
        grid-template-columns: 100% !important;
        height: auto !important;
      }
      .collection-packery-multipleImages {
        display: grid !important;
        grid-template-columns: 80% !important;
        margin-bottom: 20px;
        align-items: center;
    	justify-content: center;       
      }
    }
	</style>