﻿ /*html, body {
    max-width: 100%;
    overflow-x: hidden;
    }

    #panorama {
        width: 100vw;
        height: 100vh;
    }
    
    #360tour {
        width: 50vw;
        height: 30vh;
    }

    #wrapper{
    position: relative;
    width: 100vw;
    height: 100vh;
    }*/

/*.content{
    color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
    text-shadow: -1px -1px 1px #000, 1px 1px 1px #000;
    position: relative;
    z-index: 100;
}*/

    /*.background{
    color: #999999;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
    }*/


    .embed-container
{
position: relative;
padding-bottom: 56.25%; /* ratio 16x9 */
height: 0;
overflow: hidden;
width: 100%;
height: auto;
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
    padding-bottom: 75%;
}
                      

.tinted-image 
{
    width:100%;
    height:50%; 
    background: 
    
    linear-gradient(
        rgba(66,66,66,0.73),
        rgba(66,66,66,0.73)
   
    ),
    
    url('/Content/LandingPage/tour_image.jpeg');
    background-size: cover;
    background-repeat: no-repeat; 
    display: flex;  
    align-items: center; 
    justify-content: center;

}