﻿@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

a {
    outline: none;
    text-decoration: none;
}

*:focus {
    outline: none;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body,
html {
    background-color: #fff;
    height: 98%;
}

.lightBoxContainer {
    max-width: 1024px;
    width: 100%;
    margin: auto;
    max-height: 768px;
    height: 100%;
}

.lightBoxContainer img {
    width: 100%;
}

.lightBoxContent {
    width: 100%;
    max-width: 91.3%;
    height: 100%;
    margin: auto;
    padding: 4% 0;
}

.spotText {
    position: relative;
}

.spotText span {
    position: absolute;
    height: 70px;
    z-index: 5;
    left: 5%;
    width: 45%;
    bottom: -2%;
}

.spotText span a {
    position: absolute;
    left: auto;
    width: 43%;
    height: 100%;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0);
    right: 7.5%;
}

.spotText span a:first-child {
    left: 5%;
    right: auto;
}

.spotText span img {}

.showMobile,
.hide {
    display: none;
}

@media only screen and (max-height: 690px) {
    .spotText {
        height: 100%;
        text-align: center;
    }
    .spotText span a {
        width: 40%;
        right: 12.5%;
    }
    .spotText span a:first-child {
        left: 5%;
        right: auto;
    }
    .spotText span {
        height: 45px;
        bottom: 0;
        width: 50%
    }
    .lightBoxContainer img {
        height: 100%;
        width: auto;
    }
}

@media only screen and (max-height: 620px) {}

@media only screen and (max-width:769px) and (max-height:1025px) and (orientation:portrait) {
    .spotText a {
        height: 22%;
    }
    .spotText span {
        height: 40px;
    }
}

@media only screen and (max-width:640px) and (max-height:980px) and (orientation:portrait) {
    .spotText span {
        height: 40px;
        bottom: 25%;
        width: 100%;
        left: 0;
    }
    .lightBoxContainer img {
        width: 100%;
        height: auto;
    }
    .lightBoxContent {
        max-width: 100%
    }
    .spotText {
        height: auto;
    }
    .spotText span a {
        width: 50%;
        right: 0;
        left: auto;
    }
    .spotText span a:first-child {
        left: 0;
        right: auto;
    }
}

@media only screen and (max-width: 658px) {
    .hideMobile {
        display: none;
    }
    .showMobile {
        display: block;
    }
}

@media only screen and (max-width: 658px) {}

@media only screen and (max-width: 414px) {}

@media only screen and (max-width: 360px) {}