.sqs-gallery-design-carousel .sqs-gallery-controls .previous:before, .sqs-gallery-design-carousel .sqs-gallery-controls .next:before {
font-size: 32px;
// width: 32px;
height: 32px;
line-height: 32px;
color: white;
}
.sqs-gallery-design-carousel .sqs-gallery-controls .previous:before {
font-family: 'squarespace-ui-font';
content: "\E000";
}
.sqs-gallery-design-carousel .sqs-gallery-controls .next:before {
font-family: 'squarespace-ui-font';
content: "\E003";
}
.sqs-gallery-design-carousel .sqs-gallery-controls .previous {
position: absolute;
top: 50%;
left: 17px;
background: rgba(100,100,100,0.3);
padding: 10px;
}
.sqs-gallery-design-carousel .sqs-gallery-controls .next {
position: absolute;
top: 50%;
right: 17px;
background: rgba(100,100,100,0.3);
padding: 10px;
}