.hero-container{position:relative;width:100%;height:100%;overflow:hidden;}.hero-container ul{list-style:none;}.hero-image img{width:100%;object-position:100% 100%;}.hero-image .spot{width:30px;height:30px;background:#c0392b;border-radius:50%;position:relative;z-index:99;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;transition:all 0.3s ease;}@keyframes pulse{from{transform:scale(1,1);}from{transform:scale(1,1);}to{transform:scale(2,2);opacity:0;}}.hotspot{z-index:100;position:absolute;border-radius:50%;}.hotspot .spot{width:30px;height:30px;background:#c0392b;border-radius:50%;display:inline-block;position:relative;z-index:3;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;transition:all 0.3s ease;}.hotspot .spot:hover{background:#962d22;}.hotspot .spot::before{position:absolute;left:0;top:0;content:"\f067";font-family:'FontAwesome';font-size:16px;line-height:32px;height:30px;color:#FFF;text-align:center;width:30px;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;transition:all 0.3s ease;}.hotspot .spot::after{z-index:-1;content:"";position:absolute;left:0px;top:0px;height:30px;width:30px;border-radius:50%;box-shadow:inset 0 0 2px 2px #c0392b;animation:pulse 2s linear infinite;}.hotspot.is-open{z-index:101;}.hotspot.is-open .spot::before{transform:rotate(45deg);}.hotspot .more-info{background:#FFF;visibility:hidden;opacity:0;position:absolute;width:300px;height:240px;padding:0;overflow-y:visible;line-height:1.4;border-radius:0.25em;box-shadow:0 0 20px rgba(0,0,0,0.5);z-index:103;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;transition:all 0.3s ease;}.hotspot .more-info h2{width:100%;height:50px;background:#eee;margin:0;padding:0;padding:0 15px;line-height:50px;border-radius:3px 3px 0 0;font-size:22px;}.hotspot .more-info p{padding:15px;}.hotspot .more-info .hotspot-more-link{padding:7px 15px;margin-top:25px;border-radius:3px;color:#FFF;background:#c0392b;text-decoration:none;}.hotspot .more-info.left{top:50%;margin-top:-120px;bottom:auto;right:160%;left:auto;}.hotspot .more-info.left::before{border-style:solid;border-width:7.5px 0 7.5px 8px;border-color:transparent transparent transparent #ffffff;top:50%;right:-8px;margin-top:-9px;}.hotspot .more-info.right{top:50%;margin-top:-120px;bottom:auto;left:160%;right:auto;}.hotspot .more-info.right::before{border-style:solid;border-width:7.5px 8px 7.5px 0;border-color:transparent #ffffff transparent transparent;top:50%;left:-8px;margin-top:-9px;}.hotspot .more-info.top{top:auto;bottom:140%;left:50%;margin-left:-150px;}.hotspot .more-info.top::before{bottom:-8px;left:50%;margin-left:-7px;border-style:solid;border-width:8px 7.5px 0 7.5px;border-color:#ffffff transparent transparent transparent;}.hotspot .more-info.bottom{top:auto;top:140%;left:50%;margin-left:-150px;}.hotspot .more-info.bottom::before{top:-8px;left:50%;margin-left:-7px;border-style:solid;border-width:0 7.5px 8px 7.5px;border-color:transparent transparent #EEE transparent;}.more-info::before{content:'';position:absolute;width:0;height:0;}.hotspot.is-open .more-info{visibility:visible;opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);}