#slide1::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.7);
}

.google-map iframe {
    width: 100% !important;
    height: 100% !important;
}

.stayLarge{
    width: 120px !important;
    height: 80px !important;
}


.pswp__custom-caption {
    background: rgb(77, 77, 77);
    font-size: 16px;
    color: #fff;
    width: calc(100% - 2px);
    max-width: 400px;
    padding: 2px 8px;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    bottom: 20%;
    transform: translateX(-50%);
}
.pswp__custom-caption a {
    color: #fff;
    text-decoration: underline;
}
.hidden-caption-content {
    display: none;
}