body:after {
  background: red;
  content: " XL ";
}
/****** CONTENT XL *****/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 26, 2018, 11:11:52 AM
    Author     : mv
*/
/** based on bootstrap **/
/*@color-main			: #BD8647;
@color-bg			: #faf8f5;
@color-dark			: #261e1e;
@color-main-light	: rgb(251, 212, 131);
@color-text			: #4b2c11;
@color-text-light	: #cda664;
@color-dirt-brown	: #93733d;
@color-bg-gray		: #999;
@color-error		: #f05a5a;

@color-wine-tint		: #a33c23;
@color-wine-white		: #65859c;
@color-wine-bio			: #474625;
@color-wine-res-tint	: #2b391d;
@color-wine-res-white	: #5b1b13;

@dimen-header			: 128px;
@dimen-header-m			: 44px;
@dimen-footer			: 80px;
@dimen-spacer	: 8px;
@dimen-hero		: calc(~"100vh - @{dimen-header}");
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 27, 2018, 3:04:21 PM
    Author     : mv
*/
.container {
  max-width: 1440px;
  margin: 0 auto;
}
@media only screen and (min-width: 1441px) {
  html.is-ie .container {
    width: 1360px;
  }
  html.is-ie body.home #sfe-page {
    width: auto;
  }
}
