blockquote{
    padding-left: 2rem;
    position: relative;
    overflow: hidden;
    background-color: rgb(233, 236, 239);
    padding-top: 8px;
    padding-bottom: 8px;
}

blockquote::after, blockquote::before{
    position: absolute;
    color: #777;
}

blockquote::before{
    content: "//";
    transform: rotate(90deg);
    left: 0;
}

blockquote::after{
    content: "";
    left: 5px;
    top: 25px;
    width: 1px;
    height: 100%;
    background-color: rgb(190, 190, 190);
}

.youtube-iframe{
    height: 200px;
}

@media (min-width: 992px){
    .youtube-iframe{
        height: 500px;
    }
}

.air-datepicker-global-container{
    z-index: 999999;
}