#to_cardboard_img,#to_cardboard_img2 {
    display:none;
}
#map_plan {
    z-index: 100;
/*
    width:30%;
    height:50%;
*/
	width: 3px;
    height: 2px;
    bottom:30px;
    border-radius: 10px;
    position: absolute;
}

.divButtonCustom, .divButtonCustom2 {
    margin-left: 5px;
    margin-top: 13px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 2px 6px;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
}
.buttonCustom {
    background-color: white;
    width: 27px;
    height: 27px;
    cursor: pointer;
    font-size: 15px;
}
#icon_map {
    display: none;
    position: absolute;
    top: 50%;
    z-index: 101;
    left: 10px;
    cursor: pointer;
	transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
}