html {
    scroll-behavior: smooth;
}

.mdv-frame {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

.mdv-d-inline-block {
    display: inline-block;
}

.mdv-text-center {
    text-align: center;
}

.mdv-bold {
    font-weight: bold;
}

body {
    color: black;
    line-height: 1.2;
}


.mdv-modal-container {
    position: fixed;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #B9B6B655 ;
}

.mdv-modal-content {
    position: absolute;
}

.mdv-modal-content.fullscreen {
    height: 100%;
    width: 100%;
}

.mdv-modal-content.expand {
    height: 90%;
    width: 90%;
}

iframe {
    border: unset;
}