
#virtual_tour_fullscreen { display: none; }

	.page_title + .page_intro { font-weight: 600; }

.virtual_tour_container { height: 650px; margin-bottom: 50px; }

	.virtual_tour_container + .btn {
		margin-bottom: 30px;
		position: relative;
		bottom: 30px;
	}

	
	.virtual_tour_container iframe 
	,#virtual_tour_fullscreen iframe 
	{
		width: 100%;
		height: 100%;
		border: 0;
	}

	#virtual_tour_fullscreen > div {
        width: 100%;
        max-width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        border: 1px solid #95989A;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
             -o-box-sizing: border-box;
                box-sizing: border-box; 
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
            -ms-box-shadow: none;
             -o-box-shadow: none;
                box-shadow: none; 
    }

.no-js .view_fullscreen { display: none; }

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

	.virtual_tour_container { margin-left: -20px; margin-right: -20px; }
}