﻿body:not(.CMS) {
  --banner-extended-height: 350px;
  --banner-mobile-height: 200px;
}
body:not(.CMS) div.CMSBlock.Banner,
body:not(.CMS) div.Banner {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 760px) {
  body:not(.CMS) div.CMSBlock.Banner,
  body:not(.CMS) div.Banner {
    background-position: center 80px;
  }
}
@media only screen and (max-width: 759px) {
  body:not(.CMS) div.CMSBlock.Banner,
  body:not(.CMS) div.Banner {
    background-position: center top;
  }
}
body:not(.CMS) div.Banner {
  --banner-height: var(--banner-mobile-height);
  min-height: var(--banner-height);
}
body:not(.CMS) div.Banner a, body:not(.CMS) div.Banner div.Image {
  height: var(--banner-height);
  display: block;
  background: center;
  background-size: cover;
}
body:not(.CMS) div.Banner a.Banner--Parallax, body:not(.CMS) div.Banner div.Image.Banner--Parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 760px) {
  body:not(.CMS) div.Banner a.Banner--Parallax, body:not(.CMS) div.Banner div.Image.Banner--Parallax {
    background-position: center 80px;
  }
}
@media only screen and (max-width: 759px) {
  body:not(.CMS) div.Banner a.Banner--Parallax, body:not(.CMS) div.Banner div.Image.Banner--Parallax {
    background-position: center top;
  }
}
body:not(.CMS) div.Banner h2 {
  position: absolute;
  top: 40px;
  width: 100%;
  text-align: center;
  font-weight: bold !important;
  color: black !important;
  text-shadow: white 0 0 10px;
  border-bottom: none !important;
}
body:not(.CMS) div.Banner img {
  height: unset !important;
  max-width: unset !important;
}
body:not(.CMS) div.Banner img.Fixed {
  transform: translate(-50%, -50%);
  max-width: 100% !important;
  position: absolute;
  left: 50%;
  top: 50%;
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  body:not(.CMS) div.Banner img.Fixed {
    max-height: 80% !important;
  }
}
@media only screen and (max-width: 759px) {
  body:not(.CMS) div.Banner img.Fixed {
    max-height: 60% !important;
  }
}
@media only screen and (min-width: 1000px) {
  body:not(.CMS) div.Banner {
    --banner-height: var(--banner-extended-height);
  }
}
body:not(.CMS) div.Banner.Small {
  --banner-extended-height: 180px;
  --banner-mobile-height: 180px;
}
body:not(.CMS) div.Banner.Big {
  --banner-extended-height: calc(350px * 1.5);
  --banner-mobile-height: 350px;
}
body:not(.CMS) div:not(.CMSBlock__Banner) .Banner {
  border-bottom: solid 15px var(--color-block-separator) !important;
}

body.CMS div.Banner h2 {
  border-bottom: none !important;
}
body.CMS div.Banner img {
  height: unset !important;
  width: unset !important;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Progetti/Lux/Lux/Content/Theme/Banner.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAEA;EACI;EACA;;AAEA;AAAA;EAEI;EACA;EACA;EACA;;AAEA;EAPJ;AAAA;IAQQ;;;AAGJ;EAXJ;AAAA;IAYQ;;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EANJ;IAOQ;;;AAGJ;EAVJ;IAWQ;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EAPJ;IAQQ;;;AAGJ;EAXJ;IAYQ;;;AAIR;EA1DJ;IA2DQ;;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAIR;EACI;;;AAMI;EACI;;AAGJ;EACI;EACA%22%7D */