
.bajoclogo {
    transition: transform .2s;
    cursor: pointer;
}

.bajoclogo:hover {
    z-index: 2000;
    transform: scale(1.05);
}

.modal-open{
overflow:hidden !important;
}

.modal-dialog-width
{
width:50vw !important;
}

.modal-body{
overflow-y: auto !important;
max-height: 80vh !important;
}

.baj-shadow {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media only screen and (max-width: 768px) {
.modal-dialog-width {
    width:100vw !important;
}

.modal-open{
    position:fixed !important;
}
}