@media screen and (max-width: 1500px) {
  .main-content {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
  }
}

body {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6, p, span, a, b, em, li, ul, button {
  font-family: AzoSans-Light,Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
}

p {
  color: white;

}
a {
  text-decoration: none !important;
}

.sub-heading {
  margin-top: 20px;
}
.main-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.main-content {
  width: 1920px;
  height: 1080px;
  position: absolute;
  overflow: hidden;
  perspective: 729px;
  overflow: hidden;
  left: calc(50% - 960px);
  top: calc(50% - 540px);
}

.main-content > div {
  position: absolute;
  perspective-origin: center;
}

.background-image {
  width: 100%;
  height: auto;
}

.mupi-wrapper {
  width: 141px;
  height: 278px;
  top: 36.4814814%;
  right: 26.9270833%;
  background-color: #7dcef1;
  transform: rotateX(-4.5deg) rotateY(-1deg)rotateZ(0.1deg);
  padding: 10px;
  box-sizing: border-box;
}

.event-day {
  color: #03568b;
  font-weight: 100;
  font-size: 36px;
  line-height: 100%;
}

.event-month {
  color: white;
  font-family: AzoSans-Bold,Arial Black,Arial Bold,sans-serif;
  margin-top: 0px;
  font-size: 20px;
  font-weight: 100;
}

.event-time {
  color: #03568b;
  margin-top: 10px;
  font-size: 14px;
  line-height: 100%;
  font-weight: 100;
}

h2 {
  color: white;
  font-size: 18px;
  line-height: 120%;
  margin-top: 20px;
}

.agenda-btn {
  border: none;
  background-color: white;
  box-shadow: none;
  color: #03568b;
  padding: 10px 0px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px;
  text-align: center;
  width: calc(100% - 20px);
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  position: absolute;
  bottom: 10px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.agenda-btn:hover {
  background-color: #03568b;
  color: white;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.livestream-wrapper {
  width: 194px;
  height: 85px;
  top: 37.22222222222222%;
  right: 48.072916666666664%;
  background-color: white;
  box-sizing: border-box;
  overflow: hidden;
}
.livestream-source {
  margin-top: -32px;
}
.screen-mask {
  position: absolute;
  top: -8px;
  right: -12.5px;
  pointer-events: none;
}

.video-modal .screen-mask {
  display: none;
}

.overlays-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay-store {
  position: absolute;
  top: 480px;
  left: 340px;
  pointer-events: none;
}

.overlay-mupi {
  position: absolute;
  top: 370px;
  right: 540px;
}

.overlay-stream {
  position: absolute;
  top: 506px;
  right: 1046px;
  pointer-events: all;
  cursor: pointer;
}

.stream-icon {
  width: 18px;
  height: auto;
  display: block;
  margin-left: 19px;
  margin-top: 15px;
}

.cart-icon {
  width: 24px;
  height: auto;
  display: block;
  margin-left: 11px;
  margin-top: 14px;
}

.eye-icon {
  width: 24px;
  height: auto;
  display: block;
  margin-left: 13px;
  margin-top: 17px;
}

.store-link {
  position: absolute;
  left: 0;
  top: 310px;
  width: 430px;
  display: block;
  height: 620px;
}

.overlays-wrapper .inner-circle {
  width: 50px;
  height: 50px;
  background-color: #007BFF;
  border-radius: 100%;
  z-index: 9999999999;
  position: absolute;
  -webkit-animation: breathing-sm 1s infinite alternate; /* Safari 4+ */
  -moz-animation:    breathing-sm 1s infinite alternate; /* Fx 5+ */
  -o-animation:      breathing-sm 1s  infinite alternate; /* Opera 12+ */
  animation:         breathing-sm 1s infinite alternate; /* IE 10+, Fx 29+ */
}

.overlays-wrapper .outter-circle {
  width: 80px;
  height: 80px;
  background-color: #007BFF;
  border-radius: 100%;
  z-index: 99999999;
  position: absolute;
  top: -15px;
  left: -15px;
  opacity: .4;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-animation: breathing 1s ease-in-out infinite alternate; /* Safari 4+ */
  -moz-animation:    breathing 1s ease-in-out infinite alternate; /* Fx 5+ */
  -o-animation:      breathing 1s ease-in-out infinite alternate; /* Opera 12+ */
  animation:         breathing 1s ease-in-out infinite alternate; /* IE 10+, Fx 29+ */
}

.video-closed {
  opacity: 0 !important;
  pointer-events: none !important;
}

.video-modal {
  z-index: 9999999999999999999999999999;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 80vw;
  opacity: 1;
  visibility: visible;
  transition: all .4s ease;
}

.video-modal iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.video-closed iframe {
  display: none !important;
}

.video-close-btn {
  content: '';
  width: 40px;
  height: 40px;
  position: fixed;
  display: block;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.video-close-btn:after, .video-close-btn:before {
  content: '';
  width: 3px;
  height: 36px;
  background: white;
  display: block;
  position: absolute;
  right: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 3px;
}
.video-close-btn:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.video-modal-bg {
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  background: black;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .5;
  z-index: -1;
  cursor: url('../images/close-icon.svg'), pointer;
  cursor: -webkit-image-set(
  url('../images/close-icon.svg') 1x,
  url('../images/close-icon@2x.svg') 2x
), pointer;
}

@-webkit-keyframes breathing {
  0%   { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1);}
  100% { -webkit-transform: scale(.8); -moz-transform: scale(.8); -o-transform: scale(.8); transform: scale(.8); }
}
@-moz-keyframes breathing {
  0%   { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1);}
  100% { -webkit-transform: scale(.8); -moz-transform: scale(.8); -o-transform: scale(.8); transform: scale(.8); }
}
@-o-keyframes breathing {
  0%   { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1);}
  100% { -webkit-transform: scale(.8); -moz-transform: scale(.8); -o-transform: scale(.8); transform: scale(.8); }
}
@keyframes breathing {
  0%   { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1);}
  100% { -webkit-transform: scale(.8); -moz-transform: scale(.8); -o-transform: scale(.8); transform: scale(.8); }
}


@-webkit-keyframes breathing-sm {
  0%   { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1);}
  100% { -webkit-transform: scale(.8); -moz-transform: scale(.8); -o-transform: scale(.8); transform: scale(.8); }
}
@-moz-keyframes breathing-sm {
  0%   { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1);}
  100% { -webkit-transform: scale(.8); -moz-transform: scale(.8); -o-transform: scale(.8); transform: scale(.8); }
}
@-o-keyframes breathing-sm {
  0%   { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1);}
  100% { -webkit-transform: scale(.8); -moz-transform: scale(.8); -o-transform: scale(.8); transform: scale(.8); }
}
@keyframes breathing-sm {
  0%   { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1);}
  100% { -webkit-transform: scale(.8); -moz-transform: scale(.8); -o-transform: scale(.8); transform: scale(.8); }
}
