﻿/* Luigi */

.bg-white {
  background-color: #fff;
}
.empty-h-18 {
  height: 18px;
}
.empty-h-19 {
  height: 19px;
}
.empty-h-20 {
  height: 20px;
}
.empty-h-21 {
  height: 21px;
}
.empty-h-22 {
  height: 22px;
}
.empty-h-23 {
  height: 23px;
}
.empty-h-24 {
  height: 24px;
}
.empty-h-27 {
  height: 27px;
}
.empty-h-29 {
  height: 29px;
}
.empty-h-33 {
  height: 33px;
}
.empty-h-36 {
  height: 36px;
}
.empty-h-40 {
  height: 40px;
}
.empty-w-18 {
  width: 18px;
  float: left;
}
.empty-w-30 {
  width: 30px;
  height: 100%;
  float: left;
}
.empty-w-32 {
  width: 32px;
  height: 100%;
  float: left;
}
.empty-w-33 {
  width: 33px;
  height: 100%;
  float: left;
}
.img-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.img-wrapper > img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  position: relative;
}
.img-wrapper:hover > img {
  transform: scale(1.2);
}
.video-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 32px;
  line-height: 90px;
  color: red;
}
.video-wrapper > video {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  object-fit: fill;
  
}
p{
  text-align: justify;
}