�?
body {
 
  min-width: 100%; /* this makes sure that the body and sections are full width even when window is wider than minimum section width */
  min-height: 100%; /* this makes sure that the body covers the whole stage, even when website content is very short */
}
@media (min-width:481px) {
  body {
    position: absolute; /* this make container element of sections full width, even when the window width is smaller than min-width of sections */
  }
  
  /* JS: disable border for section 
  .section-element .silex-container-content {
    border-left: 1px dashed;
    border-right: 1px dashed;
  }
  .section-element:last-of-type .silex-container-content {
    border-bottom: 1px dashed;
  }
  */
}
.loading-image {
  background-image: url(../images/image-loader.gif);
  background-repeat: no-repeat;
  background-position: 50%;
}

/* .editable-style[data-silex-sub-type="image"] {
  overflow: visible;
}
.editable-style[data-silex-sub-type="image"] img {
  border-radius: inherit;
} */
