﻿body.CMS section.Mosaico a, body.CMS section.Mosaico img, body.CMS section.Mosaico span {
  display: block;
}
body.CMS section.Mosaico a:not(:first-child) {
  margin-top: 40px;
}

body:not(.CMS) section.Mosaico a {
  float: left;
  display: block;
  width: calc(33.33% - 40px/3);
  position: relative;
  overflow: hidden;
  border: solid 1px #ccc;
  border-radius: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
body:not(.CMS) section.Mosaico a img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body:not(.CMS) section.Mosaico a span.Title {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;
  font-size: 24px;
  border-left: solid 10px white;
  border-bottom: solid 10px white;
  border-right: solid 10px white;
}
body:not(.CMS) section.Mosaico a span.Description {
  display: none;
}
body:not(.CMS) section.Mosaico a::after {
  content: "";
  display: block;
  padding-bottom: 100%;
  position: relative;
  border: solid 10px white;
  border-radius: 20px;
}
body:not(.CMS) section.Mosaico a.ExtendFromRight {
  display: none;
}
body:not(.CMS) section.Mosaico a.ExtendFromRight + a {
  width: calc(66.66% - 40px/3);
}
body:not(.CMS) section.Mosaico a.ExtendFromRight + a:after {
  content: "";
  display: block;
  padding-bottom: calc(50% - 7.1666666667px);
}
body:not(.CMS) section.Mosaico a:nth-child(3n) {
  margin-right: 0;
}
body:not(.CMS) section.Mosaico a:hover::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.8;
  background: #003851;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
body:not(.CMS) section.Mosaico a:hover span.Title {
  background: none;
  z-index: 2;
  border: none;
  top: 30%;
}
body:not(.CMS) section.Mosaico a:hover span.Description {
  display: block;
  z-index: 2;
  width: 100%;
  position: absolute;
  color: white;
  top: 43%;
  background: none;
  text-align: center;
  padding: 20px;
}
body:not(.CMS) section.Mosaico a:hover span.Description:after {
  content: "";
  display: block;
  position: relative;
  margin: 0 auto;
  background: #ff9900;
  top: 40px;
  width: 40%;
  height: 1px;
}
@media only screen and (max-width: 649px) {
  body:not(.CMS) section.Mosaico a {
    width: 100% !important;
  }
  body:not(.CMS) section.Mosaico a:after {
    padding-bottom: 100% !important;
  }
}
body:not(.CMS) section.Mosaico.Violet span {
  background-color: #ca0c55;
}
body:not(.CMS) section.Mosaico.LightBlu span {
  background-color: #1f8fcf;
}
body:not(.CMS) section.Mosaico::after {
  content: "";
  clear: both;
  display: table;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Progetti/Magicland/FrontEnd/Content/Theme/Mosaico.scss%22,%22file:///C:/Progetti/Magicland/FrontEnd/Content/Theme/_Library.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAIQ;EACI;;AAGJ;EACI;;;AAOJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;;AAEA;EACI;EACA;EACA;;AAKZ;EACI;;AAIA;EACI;EACA;EACA;EACA;EACA,YC1EH;ED2EG;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA,YC9FT;ED+FS;EACA;EACA;;AAKZ;EAlHJ;IAmHQ;;EAEA;IACI;;;AAMR;EACI,kBCtHD;;AD2HH;EACI,kBCnIE;;ADuIV;EACI;EACA;EACA%22%7D */