    html, body {
        height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
      }
    #street-view {
        height: 100%;
      }
	#street-view > div > div:nth-child(7) {
	  margin: 10px 11px !important;
	  }
	/* Remove my name from upper, left corner, as long as Google Maps doesn't fix this feature. */
	#street-view > div > div:nth-child(11) > div.gm-iv-address > div.gm-iv-address-description > div.gm-iv-profile-url > a > div {
    display: none !important;
	}
	/* Insert business name in upper, left corner, as long as Google Maps doesn't fix this feature. */
	#street-view > div > div:nth-child(11) > div.gm-iv-address > div.gm-iv-address-description > div.gm-iv-profile-url > a:after {
    content: "Hotel Apartments 'Ruzmarin'" !important;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 16px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
	}
	/* Modify upper left address field */
	.gm-iv-address-description {
    padding-top: 1px !important;
	}	
	.gm-iv-address-link a {
    color: #72b0ff !important;
    text-decoration: none !important;
    font-size: 12px !important;
    font-weight: bold !important;
	}	
	.gm-iv-address-link {
    position: absolute !important;
    top: 43px !important;
	}
	
	/* Remove zoom buttons on max-width 1000px */
	@media only screen and (max-width: 1000px) {
	#street-view > div > div:nth-child(8) > div {
	display: none !important;
	}
	}
	
	/* Remove my name in  on max-width 325px */
	@media only screen and (max-width: 325px) {
	#street-view > div > div:nth-child(4) > div > div:nth-child(2), #street-view > div > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(2) {
	display: none !important;
	}
	}

