

	#myBtnInfo1 {
            width:45px;
            height:44px;
            transition: all 0.3s ease;
            transition-delay: 0.1s;
            display: block;
            position: fixed;
            place-items: center;
            right: -0.5%;
            z-index: 99;
            font-size: 18px;
            border: none;
            outline: none;
            background-color: rgba(0,0,0,0.9);
            color: rgb(148.43,116.27,113.92);
            cursor: pointer;
            padding: 2px;
            border-radius: 12%;
            top:190px;
            }
    #myBtnInfo1:hover {
            transition: all 0.3s ease;
            transition-delay: 0.1s;
            background-color:  rgb(148.43,116.27,113.92);
            color:white;
            width:52px;
            border-radius:3%;
            }
    .myBtnInfo1 {
            padding: 2px;
            place-items: center;
            background-color: rgba(0,0,0,0.9);
            color: rgb(148.43,116.27,113.92);
            cursor: pointer;
            border: none; outline: none;
            margin:4px;
            }
    .myBtnInfo1:hover {
            color:black;
            transition: all 0.3s ease;
            transition-delay: 0.1s;
            transform:scale(1,1);
            -webkit-transform:scale(1,1);
		    -moz-transform:scale(1,1);
		    -ms-transition:scale(1,1);
		    -webkit-transition: width 0.5s ease-in-out;
		    -moz-transition: width 0.5s  ease-in-out;
		    -ms-transition: width 0.5s  ease-in-out;
		    transition: width 0.5s  ease-in-out;
            }
            

      
	#myBtnInfo2 {
            width:45px;
            height:44px;
            transition: all 0.3s ease;
            transition-delay: 0.1s;
            display: block;
            position: fixed;
            place-items: center;
            right: -0.5%;
            z-index: 99;
            font-size: 18px;
            border: none;
            outline: none;
            background-color: rgba(0,0,0,0.9);
            color: rgb(148.43,116.27,113.92);
            cursor: pointer;
            padding: 2px;
            border-radius: 12%;
            top:238px;
            }
            #myBtnInfo2:hover {
            transition: all 0.3s ease;
            transition-delay: 0.1s;
            background-color:  rgb(148.43,116.27,113.92);
            color:white;
            width:52px;
            border-radius:3%;
            }

         
	#myBtnInfo3 {
            width:45px;
            height:44px;
            transition: all 0.3s ease;
            transition-delay: 0.1s;
            display: block;
            position: fixed;
            place-items: center;
            right: -0.4%;
            z-index: 99;
            font-size: 18px;
            border: none;
            outline: none;
            background-color: rgba(0,0,0,0.9);
            color: rgb(148.43,116.27,113.92);
            cursor: pointer;
            padding: 2px;
            border-radius: 12%;
            top:286px;
            }
            #myBtnInfo3:hover {
            transition: all 0.3s ease;
            transition-delay: 0.1s;
            background-color:  rgb(148.43,116.27,113.92);
            color:white;
            width:52px;
            border-radius:3%;
            }

     
	#myComment {
            width:105%;
            height:100%;
            left:-5%;
            right:-5%;
            padding-left:5%;
            padding-right:5%;
            transition: all 0.3s ease;
            transition-delay: 0.1s;
            display: block;
            position: fixed;
            place-items: center;
            z-index: 9999;
            font-size: 12px;
            border: none;
            outline: none;
            background-color: graylight;
            top:0.01%;
            }
	#myComment2 {
            width:80%;
            height:95%;
            min-height:95%;
            left:10%;
            right:10%;
            transition: all 0.3s ease;
            transition-delay: 0.1s;
            display: block;
            position: fixed;
            place-items: center;
            z-index: 999999;
            font-size: 12px;
            border: none;
            outline: none;
            background-color:rgb(148.43,116.27,113.92);
            color: black;
            }





              #mymapid {
            
            height: 300px !important;
            bottom: 0;
            background-color: black;
            color: black;
        }