.modalPageContainer{
    height: 882%;
}
.modalContainer{
    max-width: 1150px;
}


@media only screen and (max-width: 600px) {

    * {
        box-sizing: border-box;
    }
    
    .index-body {
        font-size: 0;
        
        width: 97vw;
        margin: 0;
        background-color:black;
    }
    .map-body{
        font-size: 0;
        
        width: 100vw;
        margin: 0;
        background-color:black;
    }
    
    .fullContainer {
        font-size: 0;
        position: absolute;
        
        width: 100%;
        display: inline-block;
        background-color: black;
    }
    
    .headContainer{
        background-color: black;
        height: 12%;
        width: 100%;
        display: block;
    }
    
    .logo {
        display: inline-block;
        position: relative;
        top: 5px;
        left: 2%;
        height: 60px;
        width: 60px;
    }
    .instruction{
        height:35%;
        position:absolute;
        left:27%;
        top: 15px;
        display: inline-block;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        color: white;
        font-size: 25px;
        
    }
    .find {
        position: relative;
        left: 5%;
        width: 200px;
        vertical-align: bottom;
        display: inline-block;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        color: white;
        font-size: 35px;
        display:none;
    }
    
    .flix {
        position: relative;
        left: 5%;
        vertical-align: bottom;
        display: inline-block;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        color: rgb(255, 72, 0);
        font-size: 35px;
        display:none;
    }
    
    .search {
        position: relative;
        display: inline-block;
        height: 84%;
        width: 20%;
        top: 5%;
        left: 52%;
    }
    
    .search>input {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.5vw;
        height: 40%;
        padding: 12px 20px;
        border-radius: 4px;
    }
    
    .mainContainer {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        
        width: 100%;
        background-color: black;
    }
    
    .modalPageContainer {
        background-color: hsl(0, 0%, 0%, .4);
        position: absolute;
        display: none;
        /* height: 195%; */
        width: 100%;
    }
    
    .modalContainer {
        border-radius: 2px;
        font-size: 0;
        background-color: black;
        position: fixed;
        display: inline-block;
        left: 10%;
        height: 650px;
        top: 10.5%;
        width: 80%;
        -webkit-box-shadow: 0px 0px 15px 15px rgba(255, 255, 255, 0.267);
        -moz-box-shadow: 0px 0px 15px 15px rgba(255, 255, 255, 0.267);
        box-shadow: 0px 0px 10px 10px rgb(255, 255, 255, .4);
    }
    .slider-container{
        overflow-x: hidden;
        width:100%;
        height:100%;
        position:absolute;
    }
    .left-modal{
        height:100%;
        width:100%;
        margin-left:0;
        position:absolute;
    }
    /* .modalContainer:hover {
        -webkit-box-shadow: 0px 0px 15px 15px rgba(255, 255, 255, 0.267);
        -moz-box-shadow: 0px 0px 15px 15px rgba(255, 255, 255, 0.267);
        box-shadow: 0px 0px 15px 15px rgba(255, 255, 255, 0.267);
    } */
    
    .modalBody {
        position: relative;
        display: inline-block;
        vertical-align: top;
        font-size: 0;
        top: 0%;
        
        
        width: 100%;
    }
    
    .movieContent {
        border-radius: 2px;
        position: relative;
        display: inline-block;
        border: 1px solid black;
        
        width: 100%;
    }
    
    .movieTitle {
        font-family: Arial, Helvetica, sans-serif;
        color: white;
        background-color: black;
        border: 1px solid white;
        position: relative;
        font-size: 25px;
        left: 10%;
        top: 8%;
        font-weight: bold;
        border: 1px solid black;
        display: inline-block;
        width: 80%;
    }
    
    .movieDescription {
        overflow-y: scroll;
        position: relative;
        display: inline-block;
        top: 15%;
        left: 10%;
        color: white;
        font-size: 12px;
        background-color: black;
        width: 80%;
    }
    
    .findButtonContainer {
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
        top: 25px;
        left: 10%;
        height: 75px;
        width: 100%;
    }
    
    .findTickets {
        font-family: 'Oswald', sans-serif;
        position: relative;
        display: inline-block;
        font-size: 2vw;
        color: white;
        border-radius: 3%;
        background-color: rgb(255, 72, 0);
        height: 100%;
        width: 80%;
    }
    
    .trailerContainer {
        position: relative;
        vertical-align: top;
        font-weight: bold;
        font-size: 0;
        border: 1px solid black;
        display: inline-block;
        top:0%;
        width: 100%;
    }

    .modalFooter {
        /* border: 1px solid white; */
        position: relative;
        bottom: 0;
        background-color: black;
        display: inline-block;
        height: 80px;
        width: 100%;
    }
    
    .modalClose {
        background-color: hsl(0, 0%, 0%, .0);
        box-sizing: border-box;
        right: -10%;
        z-index: 1;
        border-style: none;
        display: inline-block;
        font-weight: normal;
        position: absolute;
        height: 7%;
        top: -5%;
        width: 5%;
        font-size: 2vw;
        color: white;
    }
    
    
    
    .movieInfoContainer {
        background-color: black;
        font-size: 20px;
        
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        
    }
    
    .posterContainer {
        background-color: black;
        height: 325px;
        width: 250px;
        color: white;
        margin: 25px 0px;
        margin-bottom: 50px;
    }
    
    .boxTitle {
        font-size: 20px;
        height: 15%;
        width: 100%;
        text-align: center;
    }
    
    .details {
        font-size: 20px;
        height: 25%;
        width: 100%;
        text-align: center;
    }
    
    .poster{

        width: 100%;
        background-size: cover;
        display: inline-block;
        position: relative;
    }
    
    .poster:hover {
        cursor: pointer;
        -webkit-box-shadow: 0px 0px 10px 10px rgb(255, 255, 255, .4);
        -moz-box-shadow: 0px 0px 10px 10px rgb(255, 255, 255, .4);
        box-shadow: 0px 0px 10px 10px rgb(255, 255, 255, .4);
    }

    .castMemberNameSpan {
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        text-overflow: ellipsis;
        height: 100%;
        width: 100%;
    }
    
    .castMemberNameContainer {
        text-overflow: ellipsis;
        position: absolute;
        top: 2%;
        font-size: 7px;
        color: white;
        text-align: center;
        height: 10%;
        width: 100%;
    }
    
    .castMemberContainer {
        position: relative;
        display: inline-block;
        height: 100%;
        width: 20%;
    }
    
    .actorImage {
        border: 1px solid rgba(255, 255, 255, 0.35);
        height: 70%;
        width: 65%;
        position: absolute;
        display: inline-block;
        top: 17%;
        left: 18%;
    }
    
    .iframeContainer {
        position: relative;
        padding-bottom: 56.25%;
        display: block;
        /* width: 100%;
        height: 100%; */
    }
    
    .youtubeIframe {
        position: absolute;
        height: 100%;
        width: 100%;
    }
    
    .map-main-container {
        position:absolute;
        height: 99%;
        width: 100%;
        right:-100%;
    }
    
    
    /* .nav-header{
        height:20%;
        width:100%;
    }
    .map-nav{
        display:inline-block;
        vertical-align: top;
        height:100%;
        width:30%;
        background-color: beige;
    }
    .nav-body{
        width:100%;
        height:80%;
    } */
    
    .map-container {
        display: inline-block;
        width: 90%;
        height: 89%;
        margin: 5%;
        background-color: lightsalmon;
    }
    
    #map {
        height: 100%;
    }
    
    .loading {
        display: none;
        position: absolute;
        top: 40%;
        left: 38%;
        width: 20%;
        height: 20%;
    }
    
    .loading div {
        display: inline-block;
        position: absolute;
        left: 6px;
        width: 13px;
        background: #fff;
        animation: loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    }
    
    .loading div:nth-child(1) {
        left: 40%;
        animation-delay: -0.24s;
    }
    
    .loading div:nth-child(2) {
        left: 50%;
        animation-delay: -0.12s;
    }
    
    .loading div:nth-child(3) {
        left: 60%;
        animation-delay: 0;
    }
    
    @keyframes loading {
        0% {
            top: 6px;
            height: 51px;
        }
        50%,
        100% {
            top: 19px;
            height: 26px;
        }
    }

}

@media only screen and (min-width: 600px) {
    * {

        box-sizing: border-box;
    }
    .slider-container{
        overflow-x: hidden;
        width:100%;
        height:100%;
        position:absolute;
    }
    .left-modal{
        height:100%;
        width:100%;
        margin-left:0;
        position:absolute;
    }
    .index-body {
        font-size: 0;
    
        width: 97vw;
        margin: 0;
        background-color:black;
    }
    .map-body{
        font-size: 0;
        
        width: 100vw;
        margin: 0;
        background-color:black;
    }
    
    .fullContainer {
        font-size: 0;
        position: absolute;
        
        width: 100%;
        display: inline-block;
        background-color: black;
    }
    
    .headContainer{
        background-color: black;
        height: 12%;
        width: 100%;
        display: block;
    }
    
    .logo {
        display: inline-block;
        position: relative;
        left: 2%;
        height: 70px;
        width: 70px;
    }
    .instruction{
        height:35%;
        position:absolute;
        left:32%;
        top: 15px;
        display: inline-block;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        color: white;
        font-size: 30px;
        
    }
    .find {
        position: relative;
        left: 5%;
        vertical-align: bottom;
        display: inline-block;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        color: white;
        font-size: 4vw;
    }
    
    .flix {
        position: relative;
        left: 5%;
        vertical-align: bottom;
        display: inline-block;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        color: rgb(255, 72, 0);
        font-size: 4vw;
    }
    
    .search {
        position: relative;
        display: inline-block;
        height: 84%;
        width: 20%;
        top: 5%;
        left: 52%;
    }
    
    .search>input {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.5vw;
        height: 40%;
        padding: 12px 20px;
        border-radius: 4px;
    }
    
    .mainContainer {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        
        width: 100%;
        background-color: black;
    }
    
    .modalPageContainer {
        background-color: hsl(0, 0%, 0%, .4);
        position: absolute;
        display: none;
        /* height: 195%; */
        width: 100%;
    }
    
    .modalContainer {
        border-radius: 2px;
        font-size: 0;
        background-color: black;
        position: fixed;
        display: inline-block;
        left: 10%;
        height: 650px;
        top: 10.5%;
        width: 80%;
        -webkit-box-shadow: 0px 0px 15px 15px rgba(255, 255, 255, 0.267);
        -moz-box-shadow: 0px 0px 15px 15px rgba(255, 255, 255, 0.267);
        box-shadow: 0px 0px 10px 10px rgb(255, 255, 255, .4);
    }
    
    
    /* .modalContainer:hover {
        -webkit-box-shadow: 0px 0px 15px 15px rgba(255, 255, 255, 0.267);
        -moz-box-shadow: 0px 0px 15px 15px rgba(255, 255, 255, 0.267);
        box-shadow: 0px 0px 15px 15px rgba(255, 255, 255, 0.267);
    } */
    
    .modalBody {
        position: relative;
        display: inline-block;
        vertical-align: top;
        font-size: 0;
        top: 0%;
        width: 100%;
    }
    
    .movieContent {
        border-radius: 2px;
        position: relative;
        display: inline-block;
        width: 100%;
    }
    
    .movieTitle {
        font-family: Arial, Helvetica, sans-serif;
        color: white;
        background-color: black;
        border: 1px solid white;
        position: relative;
        font-size: 25px;
        left: 10%;
        top: 3%;
        font-weight: bold;
        border: 1px solid black;
        display: inline-block;
        height: 10%;
        width: 80%;
    }
    
    .movieDescription {
        overflow: auto;
        position: relative;
        display: inline-block;
        top: 12%;
        left: 10%;
        color: white;
        font-size: 12px;
        background-color: black;
        height: 40%;
        width: 80%;
    }
    
    .findButtonContainer {
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
        top: 25px;
        left: 10%;
        height: 70px;
        width: 100%;
    }
    
    .findTickets {
        font-family: 'Oswald', sans-serif;
        position: relative;
        display: inline-block;
        font-size: 2vw;
        color: white;
        position: relative;
        display: inline-block;
        border-radius: 3%;
        background-color: rgb(255, 72, 0);
        height: 100%;
        width: 80%;
    }
    
    .trailerContainer {
        position: relative;
        vertical-align: top;
        font-weight: bold;
        font-size: 0;
        border: 1px solid black;
        display: inline-block;
        top:0%;
        width: 100%;
    }
    
    .modalFooter {
        /* border: 1px solid white; */
        position: relative;
        bottom: 0;
        background-color: black;
        display: inline-block;
        height: 140px;
        width: 100%;
    }
    
    .modalClose {
        background-color: hsl(0, 0%, 0%, .0);
        box-sizing: border-box;
        right: -10%;
        z-index: 1;
        border-style: none;
        display: inline-block;
        font-weight: normal;
        position: absolute;
        height: 7%;
        top: -5%;
        width: 5%;
        font-size: 2vw;
        color: white;
    }
    
    
    
    .movieInfoContainer {
        background-color: black;
        font-size: 20px;
        
       
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    
    /* .posterContainer {
        background-color: black;
        height: 300px;
        width: 200px;
        color: white;
        margin:0.9%;
        margin-bottom: 50px;
    } */
    
    .boxTitle {
        font-size: 20px;
        height: 15%;
        width: 100%;
        text-align: center;
    }
    
    .details {
        font-size: 20px;
        height: 25%;
        width: 100%;
        text-align: center;
    }
    
    .poster{
        
        width: 100%;
        background-size: cover;
        display: inline-block;
        position: relative;
    }
    
    .poster:hover {
        cursor: pointer;
        -webkit-box-shadow: 0px 0px 10px 10px rgb(255, 255, 255, .4);
        -moz-box-shadow: 0px 0px 10px 10px rgb(255, 255, 255, .4);
        box-shadow: 0px 0px 10px 10px rgb(255, 255, 255, .4);
    }
    
    
    .castMemberNameSpan {
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        text-overflow: ellipsis;
        height: 100%;
        width: 100%;
    }

    .castMemberNameContainer {
        position: absolute;
        top: 2%;
        font-size: 1vw;
        color: white;
        text-align: center;
        height: 10%;
        width: 100%;
    }
    
    .castMemberContainer {
        position: relative;
        display: inline-block;
        height: 100%;
        width: 20%;
    }
    
    .actorImage {
        border: 1px solid rgba(255, 255, 255, 0.35);
        height: 70%;
        width: 65%;
        position: absolute;
        display: inline-block;
        top: 17%;
        left: 18%;
    }
    
    .iframeContainer {
        position: relative;
        padding-bottom: 56.25%;
        display: block;
        /* width: 100%;
        height: 100%; */
    }
    
    .youtubeIframe {
        position: absolute;
        height: 100%;
        width: 100%;
    }

    
    
    .map-main-container {
        position:absolute;
        height: 99%;
        width: 100%;
        right:-100%;
    }
    
    
    /* .nav-header{
        height:20%;
        width:100%;
    }
    .map-nav{
        display:inline-block;
        vertical-align: top;
        height:100%;
        width:30%;
        background-color: beige;
    }
    .nav-body{
        width:100%;
        height:80%;
    } */
    
    .map-container {
        display: inline-block;
        width: 90%;
        height: 89%;
        margin: 5%;
        background-color: lightsalmon;
    }
    
    #map {
        height: 100%;
    }
    
    .loading {
        display: none;
        position: absolute;
        top: 40%;
        left: 38%;
        width: 20%;
        height: 20%;
    }
    
    .loading div {
        display: inline-block;
        position: absolute;
        left: 6px;
        width: 13px;
        background: #fff;
        animation: loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    }
    
    .loading div:nth-child(1) {
        left: 40%;
        animation-delay: -0.24s;
    }
    
    .loading div:nth-child(2) {
        left: 50%;
        animation-delay: -0.12s;
    }
    
    .loading div:nth-child(3) {
        left: 60%;
        animation-delay: 0;
    }
    
    @keyframes loading {
        0% {
            top: 6px;
            height: 51px;
        }
        50%,
        100% {
            top: 19px;
            height: 26px;
        }
    }
 } 

 @media only screen and (min-width: 768px) {
    * {

        box-sizing: border-box;
    }
    .slider-container{
        overflow-x: hidden;
        width:100%;
        height:100%;
        position:absolute;
    }
    .left-modal{
        height:100%;
        width:100%;
        margin-left:0;
        position:absolute;
    }
    .index-body {
        font-size: 0;
        width: 97vw;
        margin: 0;
        background-color:black;
    }
    .map-body{
        font-size: 0;
        width: 100vw;
        margin: 0;
        background-color:black;
    }
    
    .fullContainer {
        font-size: 0;
        position: absolute;
        width: 100%;
        display: inline-block;
        background-color: black;
    }
    
    .headContainer{
        background-color: black;
        height: 12%;
        width: 100%;
        display: block;
    }
    
    .logo {
        display: inline-block;
        position: relative;
        left: 2%;
        height: 70px;
        width: 70px;
    }
    .instruction{
        height:35%;
        position:absolute;
        left:40%;
        top: 15px;
        display: inline-block;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        color: white;
        font-size: 30px;
        
    }
    .find {
        position: relative;
        left: 5%;
        vertical-align: bottom;
        display: inline-block;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        color: white;
        font-size: 4vw;
    }
    
    .flix {
        position: relative;
        left: 5%;
        vertical-align: bottom;
        display: inline-block;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        color: rgb(255, 72, 0);
        font-size: 4vw;
    }
    
    .search {
        position: relative;
        display: inline-block;
        height: 84%;
        width: 20%;
        top: 5%;
        left: 52%;
    }
    
    .search>input {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.5vw;
        height: 40%;
        padding: 12px 20px;
        border-radius: 4px;
    }
    
    .mainContainer {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;

        width: 100%;
        background-color: black;
    }
    
    .modalPageContainer {
        background-color: hsl(0, 0%, 0%, .4);
        position: absolute;
        display: none;
        /* height: 195%; */
        width: 100%;
    }
    
    .modalContainer {
        border-radius: 2px;
        font-size: 0;
        background-color: black;
        position: fixed;
        display: inline-block;
        left: 10%;
        height: 650px;
        top: 10.5%;
        width: 80%;
        -webkit-box-shadow: 0px 0px 15px 15px rgba(255, 255, 255, 0.267);
        -moz-box-shadow: 0px 0px 15px 15px rgba(255, 255, 255, 0.267);
        box-shadow: 0px 0px 10px 10px rgb(255, 255, 255, .4);
    }
    
    
    /* .modalContainer:hover {
        -webkit-box-shadow: 0px 0px 15px 15px rgba(255, 255, 255, 0.267);
        -moz-box-shadow: 0px 0px 15px 15px rgba(255, 255, 255, 0.267);
        box-shadow: 0px 0px 15px 15px rgba(255, 255, 255, 0.267);
    } */
    
    .modalBody {
        position: relative;
        display: inline-block;
        vertical-align: top;
        font-size: 0;
        top: 0%;
        width: 100%;
    }
    
    .movieContent {
        border-radius: 2px;
        position: relative;
        display: inline-block;
        width: 100%;
    }
    
    .movieTitle {
        font-family: Arial, Helvetica, sans-serif;
        color: white;
        background-color: black;
        border: 1px solid white;
        position: relative;
        font-size: 25px;
        left: 10%;
        margin-top: 25px;
        font-weight: bold;
        border: 1px solid black;
        display: inline-block;
        width: 80%;
    }
    
    .movieDescription {
        overflow: auto;
        position: relative;
        display: inline-block;
        top: 8%;
        left: 10%;
        color: white;
        font-size: 12px;
        background-color: black;
        height: 40%;
        width: 80%;
    }
    
    .findButtonContainer {
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
        left: 10%;
        height: 75px;
        width: 100%;
    }
    
    .findTickets {
        font-family: 'Oswald', sans-serif;
        position: relative;
        display: inline-block;
        font-size: 2vw;
        color: white;
        position: relative;
        display: inline-block;
        border-radius: 3%;
        background-color: rgb(255, 72, 0);
        height: 100%;
        width: 80%;
    }
    
    .trailerContainer {
        position: relative;
        vertical-align: top;
        font-weight: bold;
        font-size: 0;
        border: 1px solid black;
        display: block;
        top:0%;
        width: 100%;
    }
    
    .modalClose {
        background-color: hsl(0, 0%, 0%, .0);
        box-sizing: border-box;
        right: -12%;
        z-index: 1;
        border-style: none;
        display: inline-block;
        font-weight: normal;
        position: absolute;
        height: 7%;
        top: -5%;
        width: 5%;
        font-size: 2vw;
        color: white;
    }
    
    .modalFooter {
        /* border: 1px solid white; */
        background-color: black;
        display: block;
        position: relative;
        height: 150px;
        width: 100%;
    }
    
    .movieInfoContainer {
        background-color: black;
        font-size: 20px;
        
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    
    .posterContainer {
        background-color: black;
        height: 300px;
        width: 200px;
        color: white;
        margin:0.9%;
        margin-bottom: 50px;
    }
    
    .boxTitle {
        font-size: 20px;
        height: 15%;
        width: 100%;
        text-align: center;
    }
    
    .details {
        font-size: 20px;
        height: 25%;
        width: 100%;
        text-align: center;
    }
    
    .poster{
        
        width: 100%;
        background-size: cover;
        display: inline-block;
        position: relative;
    }
    
    .poster:hover {
        cursor: pointer;
        -webkit-box-shadow: 0px 0px 10px 10px rgb(255, 255, 255, .4);
        -moz-box-shadow: 0px 0px 10px 10px rgb(255, 255, 255, .4);
        box-shadow: 0px 0px 10px 10px rgb(255, 255, 255, .4);
    }

    .castMemberNameSpan {
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        text-overflow: ellipsis;
        height: 100%;
        width: 100%;
    }
    
    .castMemberNameContainer {
        position: absolute;
        top: 2%;
        font-size: 1vw;
        color: white;
        text-align: center;
        height: 10%;
        width: 100%;
    }
    
    .castMemberContainer {
        position: relative;
        display: inline-block;
        height: 100%;
        width: 20%;
    }
    
    .actorImage {
        border: 1px solid rgba(255, 255, 255, 0.35);
        height: 80%;
        width: 65%;
        position: absolute;
        display: inline-block;
        top: 17%;
        left: 18%;
    }
    
    .iframeContainer {
        position: relative;
        padding-bottom: 56.25%;
        display: block;
        /* width: 100%;
        height: 100%; */
    }
    
    .youtubeIframe {
        position: absolute;
        height: 100%;
        width: 100%;
    }
    
    .map-main-container {
        position:absolute;
        height: 99%;
        width: 100%;
        right:-100%;
    }
    
    
    /* .nav-header{
        height:20%;
        width:100%;
    }
    .map-nav{
        display:inline-block;
        vertical-align: top;
        height:100%;
        width:30%;
        background-color: beige;
    }
    .nav-body{
        width:100%;
        height:80%;
    } */
    
    .map-container {
        display: inline-block;
        width: 90%;
        height: 89%;
        margin: 5%;
        background-color: lightsalmon;
    }
    
    #map {
        height: 100%;
    }
    
    .loading {
        display: none;
        position: absolute;
        top: 40%;
        left: 38%;
        width: 20%;
        height: 20%;
    }
    
    .loading div {
        display: inline-block;
        position: absolute;
        left: 6px;
        width: 13px;
        background: #fff;
        animation: loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    }
    
    .loading div:nth-child(1) {
        left: 40%;
        animation-delay: -0.24s;
    }
    
    .loading div:nth-child(2) {
        left: 50%;
        animation-delay: -0.12s;
    }
    
    .loading div:nth-child(3) {
        left: 60%;
        animation-delay: 0;
    }
    
    @keyframes loading {
        0% {
            top: 6px;
            height: 51px;
        }
        50%,
        100% {
            top: 19px;
            height: 26px;
        }
    }
 } 

 @media only screen and (min-width: 992px) {
    * {

        box-sizing: border-box;
    }
    
    .index-body {
        font-size: 0;

        width: 97vw;
        margin: 0;
        background-color:black;
    }
    .map-body{
        font-size: 0;
        
        width: 100vw;
        margin: 0;
        background-color:black;
    }
    
    .fullContainer {
        font-size: 0;
        position: absolute;
       
        width: 100%;
        display: inline-block;
        background-color: black;
    }
    
    .headContainer{
        background-color: black;
        height: 12%;
        width: 100%;
        display: block;
    }
    
    .logo {
        display: inline-block;
        position: relative;
        left: 2%;
        height: 70px;
        width: 70px;
    }
    .instruction{
        height:35%;
        position:absolute;
        left:40%;
        top: 15px;
        display: inline-block;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        color: white;
        font-size: 30px;
    }
    .find {
        position: relative;
        left: 5%;
        vertical-align: bottom;
        display: inline-block;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        color: white;
        font-size: 4vw;
    }
    .flix {
        position: relative;
        left: 5%;
        vertical-align: bottom;
        display: inline-block;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        color: rgb(255, 72, 0);
        font-size: 4vw;
    }
    
    .search {
        position: relative;
        display: inline-block;
        height: 84%;
        width: 20%;
        top: 5%;
        left: 52%;
    }
    
    .search>input {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.5vw;
        height: 40%;
        padding: 12px 20px;
        border-radius: 4px;
    }
    
    .mainContainer {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        background-color: black;
    }
    
    .modalPageContainer {
        background-color: hsl(0, 0%, 0%, .4);
        position: absolute;
        display: none;
        height: 200%;
        width: 100%;
    }
    
    .modalContainer {
        border-radius: 2px;
        font-size: 0;
        background-color: black;
        position: fixed;
        display: inline-block;
        left: 10%;
        height: 650px;
        top: 10.5%;
        width: 80%;
        -webkit-box-shadow: 0px 0px 15px 15px rgba(255, 255, 255, 0.267);
        -moz-box-shadow: 0px 0px 15px 15px rgba(255, 255, 255, 0.267);
        box-shadow: 0px 0px 10px 10px rgb(255, 255, 255, .4);
    }
    .left-modal{
        height:100%;
        width:100%;
        margin-left:0;
        position:absolute;
    }
    .slider-container{
        overflow-x: hidden;
        width:100%;
        height:100%;
        position:absolute;
    }
    .modalBody {
        position: relative;
        display: inline-block;
        vertical-align: top;
        font-size: 0;
        top: 0%;
        width: 100%;
    }
    
    .movieContent {
        border-radius: 2px;
        position: relative;
        display: inline-block;
        top: 0;
        margin-top: 15px;
        width: 100%;
    }
    
    .movieTitle {
        font-family: Arial, Helvetica, sans-serif;
        color: white;
        background-color: black;
        margin-top: 50px;
        position: relative;
        font-size: 25px;
        left: 10%;
        
        font-weight: bold;
        
        display: inline-block;
        width: 80%;
    }
    
    .movieDescription {
        overflow: auto;
        position: relative;
        display: inline-block;
        top: 8%;
        left: 10%;
        color: white;
        font-size: 12px;
        background-color: black;
        height: 40%;
        width: 80%;
    }
    
    .findButtonContainer {
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
        left: 10%;
        height: 75px;
        width: 100%;
    }
    .findTickets {
        font-family: 'Oswald', sans-serif;
        position: relative;
        display: inline-block;
        font-size: 2vw;
        color: white;
        position: relative;
        display: inline-block;
        border-radius: 3%;
        background-color: rgb(255, 72, 0);
        height: 100%;
        width: 80%;
    }
    
    .trailerContainer {
        position: relative;
        vertical-align: top;
        font-weight: bold;
        font-size: 0;
        border: 1px solid black;
        display: block;
        top:0%;
        width: 100%;
    }
    
    .modalClose {
        background-color: hsl(0, 0%, 0%, .0);
        box-sizing: border-box;
        right: -12%;
        z-index: 1;
        border-style: none;
        display: inline-block;
        font-weight: normal;
        position: absolute;
        height: 7%;
        top: -5%;
        width: 5%;
        font-size: 2vw;
        color: white;
    }
    
    .modalFooter {
        /* border: 1px solid white; */
        background-color: black;
        display: block;
        position: relative;
        height: 140px;
        width: 100%;
    }
    
    .movieInfoContainer {
        background-color: black;
        font-size: 20px;
    
        
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    
    .posterContainer {
        background-color: black;
        height: 300px;
        width: 200px;
        color: white;
        margin:0.9%;
        margin-bottom: 50px;
    }
    
    .boxTitle {
        font-size: 20px;
        height: 15%;
        width: 100%;
        text-align: center;
    }
    
    .details {
        font-size: 20px;
        height: 25%;
        width: 100%;
        text-align: center;
    }
    
    .poster{
        
        width: 100%;
        background-size: cover;
        display: inline-block;
        position: relative;
    }
    
    .poster:hover {
        cursor: pointer;
        -webkit-box-shadow: 0px 0px 10px 10px rgb(255, 255, 255, .4);
        -moz-box-shadow: 0px 0px 10px 10px rgb(255, 255, 255, .4);
        box-shadow: 0px 0px 10px 10px rgb(255, 255, 255, .4);
    }
    
    .castMemberNameSpan {
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        text-overflow: ellipsis;
        height: 100%;
        width: 100%;
    }

    .castMemberNameContainer {
        position: absolute;
        top: 2%;
        font-size: 1vw;
        color: white;
        text-align: center;
        height: 10%;
        width: 100%;
    }
    
    .castMemberContainer {
        position: relative;
        display: inline-block;
        height: 100%;
        width: 20%;
    }
    
    .actorImage {
        border: 1px solid rgba(255, 255, 255, 0.35);
        height: 100%;
        width: 65%;
        position: absolute;
        display: inline-block;
        top: 17%;
        left: 18%;
    }
    
    .iframeContainer {
        position: relative;
        padding-bottom: 56.25%;
        display: block;
        /* width: 100%;
        height: 100%; */
    }
    
    .youtubeIframe {
        position: absolute;
        height: 100%;
        width: 100%;
    }
    
    .map-main-container {
        position:absolute;
        height: 99%;
        width: 100%;
        right:-100%;
    }
    
    
    /* .nav-header{
        height:20%;
        width:100%;
    }
    .map-nav{
        display:inline-block;
        vertical-align: top;
        height:100%;
        width:30%;
        background-color: beige;
    }
    .nav-body{
        width:100%;
        height:80%;
    } */
    
    .map-container {
        display: inline-block;
        width: 90%;
        height: 89%;
        margin: 5%;
        background-color: lightsalmon;
    }
    
    #map {
        height: 100%;
    }
    
    .loading {
        display: none;
        position: absolute;
        top: 40%;
        left: 38%;
        width: 20%;
        height: 20%;
    }
    
    .loading div {
        display: inline-block;
        position: absolute;
        left: 6px;
        width: 13px;
        background: #fff;
        animation: loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    }
    
    .loading div:nth-child(1) {
        left: 40%;
        animation-delay: -0.24s;
    }
    
    .loading div:nth-child(2) {
        left: 50%;
        animation-delay: -0.12s;
    }
    
    .loading div:nth-child(3) {
        left: 60%;
        animation-delay: 0;
    }
    
    @keyframes loading {
        0% {
            top: 6px;
            height: 51px;
        }
        50%,
        100% {
            top: 19px;
            height: 26px;
        }
    }
 } 
 

 @media only screen and (min-width: 1200px) {

    * {
        box-sizing: border-box;
    }
    .slider-container{
        overflow-x: hidden;
        width:100%;
        height:100%;
        position:absolute;
    }
    .left-modal{
        overflow: hidden;
        height:100%;
        width:100%;
        margin-left:0;
        position:absolute;
    }
    .index-body {
        font-size: 0;
        
        width: 97vw;
        margin: 0;
        background-color:black;
    }
    .map-body{
        font-size: 0;
        
        width: 100vw;
        margin: 0;
        background-color:black;
    }
    
    .fullContainer {
        font-size: 0;
        position: absolute;
        width: 100%;
        display: inline-block;
        background-color: black;
    }
    
    .headContainer{
        background-color: black;
        height: 12%;
        width: 100%;
        display: block;
    }
    
    .logo {
        display: inline-block;
        position: relative;
        left: 2%;
        height: 70px;
        width: 70px;
    }
    .instruction{
        height:35%;
        position:absolute;
        left:40%;
        top: 15px;
        display: inline-block;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        color: white;
        font-size: 35px;
        
    }
    
    .find {
        position: relative;
        left: 5%;
        vertical-align: bottom;
        display: inline-block;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        color: white;
        font-size: 4vw;
    }
    
    .flix {
        position: relative;
        left: 5%;
        vertical-align: bottom;
        display: inline-block;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        color: rgb(255, 72, 0);
        font-size: 4vw;
    }
    
    .search {
        position: relative;
        display: inline-block;
        height: 84%;
        width: 20%;
        top: 5%;
        left: 52%;
    }
    
    .search>input {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.5vw;
        height: 40%;
        padding: 12px 20px;
        border-radius: 4px;
    }
    
    .mainContainer {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        
        width: 100%;
        background-color: black;
    }
    
    .modalPageContainer {
        background-color: hsl(0, 0%, 0%, .4);
        position: absolute;
        display: none;
        /* height: 153%; */
        width: 100%;
    }
    
    .modalContainer {
        margin:auto;
        border-radius: 2px;
        font-size: 0;
        background-color: black;
        position: fixed;
        display: inline-block;
        left:0;
        top: 10.5%;
        height: 650px;
        width: 80%;
        right: 50%;
        margin-right: -575px;
        -webkit-box-shadow: 0px 0px 15px 15px rgba(255, 255, 255, 0.267);
        -moz-box-shadow: 0px 0px 15px 15px rgba(255, 255, 255, 0.267);
        box-shadow: 0px 0px 10px 10px rgb(255, 255, 255, .4);
    }
    
    
    /* .modalContainer:hover {
        -webkit-box-shadow: 0px 0px 15px 15px rgba(255, 255, 255, 0.267);
        -moz-box-shadow: 0px 0px 15px 15px rgba(255, 255, 255, 0.267);
        box-shadow: 0px 0px 15px 15px rgba(255, 255, 255, 0.267);
    } */
    
    .modalBody {
        position: relative;
        display: inline-block;
        vertical-align: top;
        font-size: 0;
        border: 1px solid black;
        height: 100%;
        width: 70%;
    }
    
    .movieContent {
        border-radius: 2px;
        position: relative;
        margin-top: 0;
        display: inline-block;
        border: 1px solid black;
        top: 0%;
        height: 100%;
        width: 30%;
    }
    
    .movieTitle {
        font-family: Arial, Helvetica, sans-serif;
        color: white;
        background-color: black;
        border: 1px solid white;
        position: relative;
        margin-top: 0;
        font-size: 3rem;
        left: 10%;
        top: 5%;
        font-weight: bold;
        border: 1px solid black;
        display: inline-block;
        width: 80%;
    }
    
    .movieDescription {
        overflow: auto;
        position: relative;
        display: inline-block;
        margin-top: 0;
        top: 8%;
        left: 10%;
        color: white;
        font-size: 1.5rem;
        background-color: black;
        width: 80%;
    }
    
    .findButtonContainer {
        position: absolute;
        display: inline-block;
        top: 76%;
        left: 10%;
        height: 130px;
        width: 100%;
    }
    
    .findTickets {
        font-family: 'Oswald', sans-serif;
        position: relative;
        display: inline-block;
        font-size: 2vw;
        color: white;
        position: relative;
        display: inline-block;
        border-radius: 3%;
        background-color: rgb(255, 72, 0);
        height: 100%;
        width: 80%;
    }
    
    .trailerContainer {
        vertical-align: top;
        font-weight: bold;
        font-size: 0;
        border: 1px solid black;
        display: inline-block;
        height: 70%;
        width: 100%;
    }
    
    .modalClose {
        background-color: hsl(0, 0%, 0%, .0);
        box-sizing: border-box;
        right: -12%;
        z-index: 1;
        border-style: none;
        display: inline-block;
        font-weight: normal;
        position: absolute;
        height: 7%;
        top: -5%;
        width: 5%;
        font-size: 2vw;
        color: white;
    }
    
    .modalFooter {
        /* border: 1px solid white; */
        background-color: black;
        display: inline-block;
        top: 0;
        position: relative;
        height: 30%;
        width: 100%;
    }
    
    .movieInfoContainer {
        background-color: black;
        font-size: 20px;
        
        
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    
    .posterContainer {
        background-color: black;
        height: 300px;
        width: 200px;
        color: white;
        margin:0.9%;
    }
    
    .boxTitle {
        font-size: 20px;
        height: 15%;
        width: 100%;
        text-align: center;
    }
    
    .details {
        font-size: 20px;
        height: 25%;
        width: 100%;
        text-align: center;
    }
    
    .poster{
        
        width: 100%;
        background-size: cover;
        display: inline-block;
        position: relative;
    }
    
    .poster:hover {
        cursor: pointer;
        -webkit-box-shadow: 0px 0px 10px 10px rgb(255, 255, 255, .4);
        -moz-box-shadow: 0px 0px 10px 10px rgb(255, 255, 255, .4);
        box-shadow: 0px 0px 10px 10px rgb(255, 255, 255, .4);
    }
    
    .castMemberNameSpan {
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        text-overflow: ellipsis;
        height: 100%;
        width: 100%;
    }

    .castMemberNameContainer {
        text-overflow: ellipsis;
        position: absolute;
        top: 2%;
        font-size: 1vw;
        color: white;
        text-align: center;
        height: 25px;
        width: 100%;
    }
    
    .castMemberContainer {
        position: relative;
        display: inline-block;
        height: 100%;
        width: 20%;
    }
    
    .actorImage {
        border: 1px solid rgba(255, 255, 255, 0.35);
        height: 70%;
        width: 65%;
        position: absolute;
        display: inline-block;
        top: 17%;
        left: 18%;
    }
    
    .iframeContainer {
        position: relative;
        padding-bottom: 56.25%;
        display: block;
        /* width: 100%;
        height: 100%; */
    }
    
    .youtubeIframe {
        position: absolute;
        height: 100%;
        width: 100%;
    }
    
    .map-main-container {
        position:absolute;
        height: 96%;
        width: 100%;
        right:-100%;
    }
    
    
    /* .nav-header{
        height:20%;
        width:100%;
    }
    .map-nav{
        display:inline-block;
        vertical-align: top;
        height:100%;
        width:30%;
        background-color: beige;
    }
    .nav-body{
        width:100%;
        height:80%;
    } */
    
    .map-container {
        display: inline-block;
        width: 90%;
        height: 85%;
        margin: 5%;
        background-color: lightsalmon;
    }
    
    #map {
        height: 100%;
    }
    
    .loading {
        display: none;
        position: absolute;
        top: 40%;
        left: 38%;
        width: 20%;
        height: 20%;
    }
    
    .loading div {
        display: inline-block;
        position: absolute;
        left: 6px;
        width: 13px;
        background: #fff;
        animation: loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    }
    
    .loading div:nth-child(1) {
        left: 40%;
        animation-delay: -0.24s;
    }
    
    .loading div:nth-child(2) {
        left: 50%;
        animation-delay: -0.12s;
    }
    
    .loading div:nth-child(3) {
        left: 60%;
        animation-delay: 0;
    }
    
    @keyframes loading {
        0% {
            top: 6px;
            height: 51px;
        }
        50%,
        100% {
            top: 19px;
            height: 26px;
        }
    }

    .pac-card {
        margin: 10px 10px 0 0;
        border-radius: 2px 0 0 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        outline: none;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        background-color: #fff;
        font-family: Roboto;
      }

      #pac-container {
        padding-bottom: 12px;
        margin-right: 12px;
      }

      .pac-controls {
        display: inline-block;
        padding: 5px 11px;
      }

      .pac-controls label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
      }

      #pac-input {
        background-color: #fff;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
        margin-left: 12px;
        padding: 0 11px 0 13px;
        text-overflow: ellipsis;
        width: 400px;
        margin: auto;
      }

      #pac-input:focus {
        border-color: #4d90fe;
      }

 } 
 
