
.imz {
    position: relative;
}

.imz .description {
    padding: 40px 20px !important;
}

.imz .video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    background: #ddd;
}
.imz .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.imz  .description p {
    height: auto !important;
}

.privacy-msg.privacy-video-msg p,
.privacy-msg.privacy-map-msg p {
    padding: 20px !important;
    position: absolute;
    z-index: 9;
    font-weight: bold;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.privacy-msg.privacy-video-msg .btn.btn-primary,
.privacy-msg.privacy-video-msg .btn.btn-primary:hover,
.privacy-msg.privacy-map-msg .btn.btn-primary,
.privacy-msg.privacy-map-msg .btn.btn-primary:hover{
    display: block;
    color:#fff !important;
    max-width: 320px;
    margin: 8px auto;
}

.privacy-msg.privacy-video-msg,
.privacy-msg.privacy-map-msg{
    display: contents;
}


.imz.mb-3 {
    margin-bottom: 40px!important;
}



