Your cart is currently empty!
Configurator 2022
Minimal CSS
/* Outter form wrapper */
.gform_body {
background:#F6F6F6;
border-radius:10px;
margin-bottom:40px;
overflow:hidden;
padding:50px;
}
/* Preview Area */
.preview-area {
background:#F6F6F6;
background-repeat:no-repeat;
height:600px;
position:relative;
width:100%;
overflow: hidden;
border-radius: 5px;
}
/* Preview Layer */
.preview-layer img {
object-fit: cover;
width: 100%;
height: 100%;
}
/* Preview Items */
img.preview-item {
position: absolute;
object-fit: contain;
}