.mycb-placeholder {
  overflow: hidden;
  margin: 0;
	height: 100%;
	position: relative;
}

.mycb-image-wrap {
  width: 100%;
	height: 100%;
}

.mycb-image {
  display: block;
  width: 100%;
  height: 100%;
	object-fit: cover;
}

.mycb-box {
	display: grid;
    gap: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    padding: 50px;
    text-align: center;
    width: 90%;
    max-width: 600px;
    box-sizing: border-box;
	border-radius: 10px;
}

.mycb-text {
  margin: 0;
  line-height: 1.4;
	color: #fff;
}

.mycb-button {
  cursor: pointer;
  padding: 10px 14px;
  border-radius: 6px;
	font-size: inherit !important;
	font-weight: bold;
	outline: none;
	border: 1px solid #666;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	color: #000;
}
.mycb-button:hover{
	background: #000;
	color: #fff;
}
.mycb-link {
  text-decoration: underline !important;
}
.map{
	font-size: inherit !important;
}