.mpp-cottage{
	position:relative;
	width:100vw;
	max-width:none;
	margin-left:calc(50% - 50vw);
	margin-right:calc(50% - 50vw);
}

.mpp-cottage__room{
	display:block;
	width:100vw;
	height:auto;
}

.mpp-hotspot{

	position:absolute;

	background:transparent;

	border:none;

	cursor:pointer;

}

.mpp-chair{

	right:3%;

	bottom:12%;

	width:22%;

	height:42%;

}

.mpp-chair:hover{

	background:rgba(255,215,120,.22);

	border:2px solid #d7b46a;

	border-radius:12px;

}

.mpp-panel{

    position:fixed;

    top:0;

    right:-420px;

    width:420px;

    height:100vh;

    background:#faf5ef;

    box-shadow:-8px 0 30px rgba(0,0,0,.18);

    transition:right .35s ease;

    z-index:99999;

    padding:40px;

}

.mpp-panel.open{

    right:0;

}

.mpp-close{

    margin-top:30px;

    cursor:pointer;

}