@media screen and (max-width: 1500px) and (min-width: 768px) {
    .wp-block-gallery.products:not(.block-editor-block-list__block) .slick-list .slick-track img {
        max-width: 1000%;
    }
}

.flex-column-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.add-border {
		border-style: solid;
		border-color: black;
		border-width: 2px;
}

.gallery-fixed-size figure {
		width: 200px !important;
		height: 50px !important;
		align-content: center !important;
		object-fit: contain !important;
		justify-content: center !important; 
		align-items: center !important;     
		flex-wrap: nowrap !important;       
}

.gallery-fixed-size figure a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%; 
		height: 100%;
}

/*
.width-300 {
		width: 300px !important;
}
*/

.centered-item {
   display: flex;
   align-items: center;
		margin: 0 !important;
 }

.bordered-img {
		border: solid !important;
		border-style: solid !important;
}

.wp-block-gallery.products:not(.block-editor-block-list__block) .block-controls-slider {
    bottom: clamp(8px, 3.83vw + -29.93px, 50px);
}

/* Slider images fix */
.list-brand-slider figure {
		height: 40px !important;
		width: auto !important;
  	object-fit: contain !important; /* Don't crop img */
  	object-position: center !important;
}