/* --- FULL WIDTH --- */
@media(min-width:1200px) {
.container {
    width: 100%;
}
  .fabrikk--content {
    max-width: none;
  }
}