
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.container{
    background-image: url('Assets/OverallStill.png');
    background-repeat:no-repeat;
    background-size: cover;
    min-height: 100vh;
    overflow:hidden;
    z-index: 10;

}


.popup{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.hotspot{
    z-index: 2;
    position: absolute;
    cursor: pointer;
}

.video-container {
    min-width: 100%;
    background-image: url('Assets/OverallStill.png');
    object-fit: cover;
    position: fixed;
    z-index: 6;
    display:none;
    width:100%;
    height:100%;
}

.popup-close {
    position: absolute;
    top: 5px;
    right: 40px;
    padding: 5px;
    font-size: 32px;
    font-weight: bold;
    color: whitesmoke;
    cursor: pointer;
    font-family: "Open Sans", Arial, sans-serif;
    z-index:9;
}

.titleText {
    position: absolute;
    margin-left:50px;
    margin-top:20px;
    font-family: 'Open Sans', 'sans-serif';
    color:#008a5e;
    font-size:23px;
    z-index:10;
    display: flex;
    align-items:center;
    width:40%;
    font-weight:bold;
}

.transition-image{
    display:none;
    position:fixed;
    z-index: 9999
}

.iframe-container{
    z-index:5;
    margin:auto;
    width:97%;
    height:89%;
}

.iframe-background{
    z-index:7;
    position: absolute;
    height: 100%;
    top:0;
    width:57%;
    background: rgba(100, 100, 114, 0.2);
    right:0px;
    box-shadow: 3px 0px 10px 10px rgba(109, 110, 113, 0.4);
}

video {
    border-bottom: 1px solid transparent;
}