.tour__title{
	color: white;
	width: 80%;
	margin: 0 auto;
	text-align: center;

}

.panolens-container{
    height: 80vh;
	width: 80%;
    margin: 20px auto;
	position: relative;
	border-radius: 10px;
}
.image-container{
    width: 100%;
	height: 100%;

}

.image-container canvas{
	width: 100%;
}

.card-img {
	width: 25vw;
    box-sizing: border-box;
    border: rgb(0, 145, 255);
    border-style: solid;
    border-width: 8px 0 8px 0;
}

.s-5_img, .s-1_img {
	display: none;
}

@media(max-width:1024px){
	.panolens-container{
	height: 50vh;
	width: 90%;
	}
	.card-img {
	width: 60vw;
	}
	.tour__title {
	font-size: 24px;
	}
}







/* .tour__head{
    padding-top: 10vh;
    text-align: center;
    margin-bottom: 50px;
} */


/* .s5{
    transition: all 1s;
    transition-delay: 1s;
    opacity: 0;
}

.s5_vis {
    transition: all 1s;
    transition-delay: 1s;
    opacity: 1;
   } */


/* .ttl{
    background-image: url(/images/info/s-5-600_500.jpg);
    background-size: cover;
    width: 386px;
    height:560px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(0, 85, 255);
    border-radius: 10px;
    box-shadow: 0px 0px 32px rgb(51, 54, 248);

} */






/* card */

/* .card {
	display:flex;
	flex-direction: column;
	width: 512px;
	position:relative;
	margin: 0 auto;
	padding-top: 12px;
	color: white;
	background-color:#404040;
	font-size: 8px;
	border-radius: 8px;
	font-family: 'GothamPro', sans-serif;


} */


/* .title {
	margin: 10px;
	font-size: 8em;
	font-weight: 600;
} */

/* .subtitle {
	font-size:2em;
	margin: 0 10px 10px 10px;
} */



/* .parameter {
	font-size:2em;
	font-weight: 600;
	margin: 0 10px 10px 10px;
} */

/* .card-table {
	margin: 0 10px 10px 10px;
	border-collapse: collapse;
} */

/* p.Basic-Paragraph {
    font-size: 2em;
    margin-bottom: 0;
    margin-left: 6px;
    margin-right: 0;
    margin-top: 0;
} */
/* 
td.tab__cell {
	border: rgb(0, 145, 255);
    border-style: solid;
    border-width: 1px;
	width: 50%;
}

.go-to {
	margin: auto auto 20px auto;
	font-size:2em;
	font-weight: 600;
    color: #074357;

}

.card-ico {
	font-family:"Segoe UI Emoji", sans-serif;
	font-size: 1em;
} */
