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 **/
/*
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;
  }
}
