@media (min-width: 576px) {
    .modal-dialog {
        max-width: max-content;
        margin: 30px auto;
    }
}

.hrmargin {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.panorama {
    width: 100%;
    height: 600px;
}

.sticky-wrapper .row{
    align-items: center;
}

.sticky-wrapper .header-dropdown-buttons{
    padding: 0!important;
}

#logo{
    width: 80%;
}

@media screen and (max-width:992px){
    #logo-mobile{
        width: 50%;
    }
}

#logo-footer{
    width: 50%;
    margin: auto;
}