HEX
Server: nginx/1.18.0
System: Linux vcwordpress 5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 x86_64
User: root (0)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/info.viitorcloud.in/wp-content/themes/infoviitorcloud/assets/css/style.css
body {
    font-family: 'Poppins', sans-serif !important;
}

.header-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px auto;
}

.site-logo {
    text-align: center;
    margin: 0 30px 0 0;
}

.site-title {
    display: flex;
}
.logout-button {
    display: flex;
    align-self: center;
    border: solid 2px #fff;
    color: #fff;
    padding: 2px 15px;
    border-radius: 15px;
    box-shadow: 3px 4px 8px -3px #000;
    text-decoration: none;
    margin-left: 15px;
}

.logout-button a {
    color: #fff;
    font-size: 16px;
}
.logout-button a:hover {
    text-decoration: none;
    color: #fff;
}

.event {
    padding-top: 20px;
}

.event-section {
    padding: 0 0 20px 0;
}

.faq-section,
.about-section {
    padding: 20px 0;
}

.faq-section {
    width: 60%;
    float: left;
}

.about-section {
    width: 40%;
    float: left;
}

.section-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    background-color: #f3f3f3;
    padding: 5px 0;
}

.section-title h2 {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 26px;
    color: #2a3756;
    padding-left: 15px;
}

.section-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 0 -15px;
}

.site-logo img {
    width: auto;
    max-width: 120px;
    height: auto;
}

.site-header {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    background: #2a3756;
}
.site-content-contain {
    margin-top: 99.69px;
}

.site-title span {
    font-size: 22px;
    margin: 20px 30px 20px 0;
    letter-spacing: 1.5px;
}

.event-box {
    padding: 0 15px;
}

.event-item {
    width: 180px;
    height: 180px;
    position: relative;
    border: 1px solid #f3f3f3;
    background: #fff;
    margin: 20px 0;
    padding-top: 20px;
    cursor: pointer;
}

.bg-gray {
    background: #f3f3f3;
}

.event-item img {
    width: auto;
    height: 80px;
}

.event-item:hover .event-item-hover {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.event-item-hover {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(42, 55, 86, 0.9);
    text-align: center;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.4s ease-in-out;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.view-button-link .view {
    margin: auto;
    width: 50px;
    height: 50px;
}

#lid {
    animation: blink 1s infinite;
}

#eye {
    animation: squeeze 1s infinite;
}

@keyframes blink {
    90% {
        transform: none;
        animation-timing-function: ease-in;
    }
    93% {
        transform: translateY(15px) scaleY(0)
    }
    100% {
        animation-timing-function: ease-out;
    }
}

@keyframes squeeze {
    90% {
        transform: none;
        animation-timing-function: ease-in;
    }
    93% {
        transform: translateY(3px) scaleY(0.8)
    }
    100% {
        animation-timing-function: ease-out;
    }
}

.event-item-title {
    position: relative;
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    background: #f3f3f3;
    min-height: 55px;
    padding: 0 10px;
    text-align: center;
}
.event-item-title img {
    width: 20px;
    height: auto;
    right: 5px;
    position: absolute;
    top: -25px;
}    

.event-item-title h4 {
    font-weight: normal;
    text-transform: capitalize;
    text-align: center;
    margin: auto;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #2a3756;
    vertical-align: middle;
    width: 100%;
    letter-spacing: 0px;
    bottom: 0;
    padding: 0;
}

.event-section a:hover {
    text-decoration: none;
}

.modal-body {
    max-height: 80vh;
    height: auto;
}

.modal-body .body img {
    margin: auto;
    display: block;
}

#accordion {
    width: 100%;
    margin-top: 25px;
}

.card {
    border: none;
    margin-top: 5px;
}

.card-header {
    background-color: #f3f3f3;
    border: none;
    color: #2a3756;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    outline: none;
    padding: 0.75rem 3.25rem 0.75rem 1.25rem;
    font-weight: normal;
}

.card-header:hover {
    color: #2a3756;
    text-decoration: none;
    outline: none;
}

.card-header:focus {
    outline: none;
}

.card-body {
    background-color: #f9f9f9;
    color: #2a3756;
}

.site-link {
    padding: 8px 20px;
    background-color: #2a3756;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #2a3756;
    font-weight: 400;
    transition: ease all 0.5s;
    display: inline-block;
}

.site-link:hover {
    color: #2a3756;
    background-color: #fff;
}

.card-header:after {
    position: absolute;
    content: "-";
    right: 20px;
    top: 8px;
    font-size: 22px;
    font-weight: 700;
    transition: all 0.5s;
}

.card-header.collapsed:after {
    content: "+" !important;
    transition: all 0.5s;
}

.viitorcloud-link {
    margin-right: 20px;
    margin-top: 20px;
}

.google-form {
    margin-top: 20px;
}

viewer-pdf-toolbar {
    display: none;
}


/************************************** FOR LIGHTBOX ***********************************/

.overflow,
.overflow body {
    overflow: hidden;
    position: relative;
}

html.no-svg {
    margin-top: 0px !important;
}

#html5-lightbox-box {
    max-width: 80vw !important;
}

.html5-elem-wrap {
    max-width: 80vw;
    background-color: #ffffff !important;
    order: 2;
}


/*.html5-image-container {
    overflow: auto !important;
}*/

.lightbox-title {
    font-size: 18px;
    color: #2a3756;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 0 0 0;
    display: inline-block;
    width: 90%;
    padding: 10px 0;
    border-bottom: 1px solid #2a3756;
}

.lightbox-item {
    background: #fff;
    padding: 20px;
    margin: 15px 0;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    text-align: left;
    border: 1px solid #f3f3f3;
    min-height: 330px;
}

.lightbox-item:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #2a3756;
    height: 0%;
    pointer-events: none;
    width: 0%;
    border-right: 0;
    border-top: 0;
    transition: height 0.2s 0s linear, width 0.2s 0.2s linear, opacity 0s 0.4s;
    opacity: 0;
}

.lightbox-item:hover:before {
    height: 100%;
    width: 100%;
    transition: width 0.2s 0s linear, height 0.2s 0.2s linear, opacity 0s 0s;
    opacity: 1;
}

.lightbox-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #2a3756;
    height: 0%;
    pointer-events: none;
    width: 0%;
    border-left: 0;
    border-bottom: 0;
    transition: width 0.2s 0.2s linear, height 0.2s 0s linear, opacity 0s 0.4s;
    opacity: 0;
}

.lightbox-item:hover:after {
    height: 100%;
    width: 100%;
    transition: width 0.2s 0s linear, height 0.2s 0.2s linear, opacity 0s 0s;
    opacity: 1;
}

.lightbox-button {
    font-size: 18px;
    color: #2a3756;
    font-weight: 400;
    transition: ease all 0.5s;
    display: inline-block;
    border-bottom: 1px solid #2a3756;
    padding: 5px 0;
    margin-top: 5px;
}

.lightbox-description {
    margin-top: 15px;
}

.html5lightbox-div {
    overflow: visible !important;
}

.lightboxleft {
    overflow-x: hidden;
}
.logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-self: center;
    justify-content: space-around;
}
.logos .logo-image {
    padding: 30px;
    max-width: 180px;
}

.work-reports-lightbox ul {
    display: flex;
    flex-wrap: wrap;
}

.work-reports-lightbox ul li {
    width: 21%;
    list-style: none;
    background-color: #f3f3f3;
    margin: 20px;
    padding: 20px;
}

.work-reports-lightbox ul li a {
    font-size: 18px;
}

.payment-process-lightbox {
    text-align: left;
    padding: 10px;
}

.payment-process-lightbox p {
    font-size: 20px;
    color: #2a3756;
}

.payment-process-lightbox ul li {
    margin: 5px 0;
    color: #2a3756;
    font-size: 18px;
    list-style: none;
    position: relative;
    padding-left: 20px;
}

.payment-process-lightbox ul li:before {
    position: absolute;
    content: "";
    left: 0;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #2a3756;
    top: 10px;
}

.html5-elem-data-box {
    padding: 0 !important;
    display: block !important;
    order: 1;
    max-height: 200px !important;
}

.html5-elem-data-box .html5-text {
    padding: 10px 20px;
    background-color: #f3f3f3;
    color: #2a3756 !important;
    font-family: 'Poppins', sans-serif !important;
    margin: 0 !important;
    border-bottom: 1px solid #ccc;
}

.html5-elem-data-box .html5-text .html5-title {
    font-size: 22px;
    font-weight: 500;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    text-transform: capitalize;
}

.html5-playpause {
    display: none !important;
}

.html5-title-prefix {
    order: 2;
}

.html5-title-caption {
    order: 1;
}

#html5-lightbox-box .scale-page {
    margin-bottom: 0px !important;
}

.lightboxcontainer {
    padding: 0 10px;
    text-align: left;
    color: #2a3756;
    width: 100%;
    text-align: left;
    background-color: #ffffff;
    padding-top: 20px;
    overflow-y: auto;
}

.lightboxcontainer p {
    margin-bottom: 0;
}

.only-content p {
    margin: 0 0 10px 0;
    color: #2a3756;
    font-weight: normal;
    position: relative;
    padding-left: 25px;
}

.only-content p:before {
    background: transparent url(../images/icons/rocket_icon1.svg) no-repeat scroll center/60%;
    content: "";
    height: 24px;
    left: 0px;
    position: absolute;
    width: 18px;
    top: 0px;
}

.lightboxleft ul {
    padding: 0;
    margin: 0;
}

.lightboxleft ul li {
    font-size: 100%;
    color: #2a3756;
    list-style: none;
    line-height: 26px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 6px;
    font-weight: normal;
    width: 33.3333%;
    padding-right: 15px;
    float: left;
    vertical-align: top;
}

.lightboxleft ul li:before {
    background: transparent url(../images/icons/rocket_icon1.svg) no-repeat scroll center/60%;
    content: "";
    height: 24px;
    left: 0px;
    position: absolute;
    width: 18px;
    top: 0px;
}

.html5-elem-box {
    background-color: #ffffff !important;
    display: flex !important;
    flex-wrap: wrap;
}

.html5-image {
    padding: 8px 8px 8px 8px !important;
}

.images-light-box .html5-elem-wrap {
    width: unset;
}

#html5-close-fullscreen {
    top: -12px !important;
    right: -12px !important;
    background-color: #000000;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: -1px 1px 2px 1px grey;
    line-height: 20px;
}

.html5-title-prefix {
    min-width: 50px;
}

#html5-close {
    margin-top: -12px !important;
    margin-right: -12px !important;
}

.lightbox-icon img {
    max-width: 75px;
    max-height: 50px;
}

.lightbox-button:focus {
    box-shadow: none;
}
#html5box-html5-lightbox .html5-next-fullscreen {
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #000;
    height: 30px;
    width: 30px;
    right: 100px !important;   
}
#html5box-html5-lightbox .html5-prev-fullscreen {
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #000;
    height: 30px;
    width: 30px;
    left: 100px !important;
}
#html5box-html5-lightbox .html5-next-fullscreen img , #html5box-html5-lightbox .html5-prev-fullscreen img {
    max-width: 20px;
    max-height: 20px;
}


/************************************** footer ***********************************/

.footer {
    background-color: #2a3756;
    padding-bottom: 20px;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.version-box {
    border: solid 2px #fff;
    color: #fff;
    padding: 0 10px;
    border-radius: 15px;
    box-shadow: 3px 4px 8px -3px #000;
    text-decoration: none;
    height: 26px;
}

.copyright-box {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.social-icon-box>ul {
    float: right;
    margin-bottom: 0;
}

.social-icon-box li {
    float: left;
    list-style: none;
    text-align: center;
    width: 35px;
    height: 30px;
}

.social-icon-box ul li a {
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.social-icon-box ul li i {
    color: #fff;
    font-size: 20px;
}

.social-icon-box ul li a .facebook {
    background-image: url(../images/social-icons/social-media-viitorcloud.svg);
    width: 30px;
    display: block;
    background-repeat: no-repeat;
    height: 30px;
    background-position: 0px -30px;
}

.social-icon-box ul li a .facebook:hover {
    background-image: url(../images/social-icons/social-media-viitorcloud.svg);
    background-position: 0px 1px;
}

.social-icon-box ul li a .linkedin {
    background-image: url(../images/social-icons/social-media-viitorcloud.svg);
    width: 30px;
    display: block;
    background-repeat: no-repeat;
    height: 30px;
    background-position: -34px -30px;
}

.social-icon-box ul li a .linkedin:hover {
    background-position: -34px 1px;
}

.social-icon-box ul li a .twitter {
    background-image: url(../images/social-icons/social-media-viitorcloud.svg);
    width: 30px;
    display: block;
    background-repeat: no-repeat;
    height: 30px;
    background-position: -67px -30px;
}

.social-icon-box ul li a .twitter:hover {
    background-position: -67px 1px;
}

.social-icon-box ul li a .google-plus {
    background-image: url(../images/social-icons/social-media-viitorcloud.svg);
    width: 30px;
    display: block;
    background-repeat: no-repeat;
    height: 30px;
    background-position: -101px -31px;
}

.social-icon-box ul li a .google-plus:hover {
    background-position: -101px 1px;
}

.social-icon-box ul li a .pinterest {
    background-image: url(../images/social-icons/social-media-viitorcloud.svg);
    width: 30px;
    display: block;
    background-repeat: no-repeat;
    height: 30px;
    background-position: -135px -31px;
}

.social-icon-box ul li a .pinterest:hover {
    background-position: -135px 1px;
}

.social-icon-box ul li a .instagram {
    background-image: url(../images/social-icons/social-media-viitorcloud.svg);
    width: 30px;
    display: block;
    background-repeat: no-repeat;
    height: 30px;
    background-position: -169px -31px;
}

.social-icon-box ul li a .instagram:hover {
    background-position: -169px 1px;
}

iframe #mainContainer {
    min-width: 100% !important;
}
#cookie-notice {
    right: 0;
    bottom: 2px;
    min-width: auto !important;
    max-width: 900px;
    margin: auto;
}
/************************************** MEDIA QUERY ***********************************/

@media (max-width: 1440px) {
    .event-box {
        width: 14.2857%;
    }
    .event-item {
        width: 100%;
    }
    .work-reports-lightbox ul li {
        width: 28%;
    }
}

@media (max-width: 1366px) {
    .event-box {
        width: 16.6666%;
    }
    .event-item {
        width: 100%;
    }
    #html5box-html5-lightbox .html5-next-fullscreen {
        right: 50px !important;   
    }
    #html5box-html5-lightbox .html5-prev-fullscreen {
        left: 50px !important;
    }
}

@media (max-width: 1199px) {
    .event-box {
        width: 20%;
    }
    .event-item {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .event-item:hover .event-item-hover {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    .event-item-hover {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(42, 55, 86, 0.9);
        text-align: center;
        transform: scale(0);
        -webkit-transform: scale(1);
        transition: all 0.4s ease-in-out;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .faq-section {
        width: 100%;
    }
    .about-section {
        width: 100%;
    }
    #html5-lightbox-box {
        width: auto !important;
        max-width: 90vw !important;
        display: inline-block !important;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        margin: 0 !important
    }
    .html5lightbox-web-iframe,
    .html5boxiframevideo {
        width: 90vw;
    }
    .html5-elem-wrap {
        max-width: 90vw;
    }
    .product-description .list {
        width: 100%;
        float: left;
    }
    #html5box-html5-lightbox .html5-next-fullscreen {
        right: 5px !important;   
    }
    #html5box-html5-lightbox .html5-prev-fullscreen {
        left: 5px !important;
    }
}

@media (max-width: 991px) {
    .event-item:hover .event-item-hover {
        opacity: 0;
    }
    .event-box {
        width: 25%;
    }
    .event-item {
        width: 100%;
    }
    .section-title h2 {
        font-size: 22px;
    }
    .work-reports-lightbox ul li {
        margin: 15px;
        padding: 15px;
    }
    .lightboxleft ul li {
        width: 50%;
    }
    .card-header {
        padding: 5px 40px 5px 15px;
    }
    .card-header:after {
        top: 2px;
    }
    .site-footer {
        margin-top: 10px !important;
    }
    #html5box-html5-lightbox .html5-next-fullscreen , #html5box-html5-lightbox .html5-prev-fullscreen {
        line-height: 26px;  
    }
    .logout-button a {
        font-size: 12px;
    }
   
    
}

@media (max-width: 767px) {
    .logout-button a {
        font-size: 12px;
    }
    .logout-button {
        padding: 2px 10px;
    }
    .event-box {
        width: 33.3333%;
    }
    .section-title h2 {
        font-size: 16px;
    }
    .site-logo {
        width: 20%;
    }
    .site-logo img {
        width: 100%;
    }
    .site-title span {
        font-size: 16px;
        margin: auto 0;
    }
    .event-item img {
        height: 60px;
    }
    .event-item-title img {
        height: auto;
    }
    .event-item {
        height: 160px;
        margin: 15px 0 0 0;
        padding-top: 15px;
    }
    .event-item-title {
        padding: 0 10px;
    }
    #html5-lightbox-box {
        width: auto;
        max-width: 100%;
    }
    s.lightbox-title {
        font-size: 16px;
    }
    .lightbox-button {
        font-size: 14px;
    }
    .work-reports-lightbox ul li {
        width: 42%;
    }
    .lightboxleft ul li {
        width: 100%;
        font-size: 12px;
        line-height: 20px;
    }
    .card-header {
        font-size: 14px;
        line-height: 20px;
        padding: 5px 30px 5px 15px;
    }
    .card-body p {
        font-size: 12px;
        line-height: 20px;
        margin: 0;
    }
    .card-header:after {
        font-size: 16px;
        top: 6px;
        right: 10px;
    }
    .html5-elem-data-box .html5-text .html5-title {
        font-size: 16px;
        line-height: 22px;
    }
    .only-content p {
        font-size: 14px;
        line-height: 22px;
    }
    #accordion {
        margin-top: 15px;
    }
    .card-body {
        padding: 10px 15px;
    }
    .faq-section,
    .about-section {
        padding: 15px 0;
    }
    .site-link {
        padding: 5px 15px;
    }
    .viitorcloud-link {
        margin-right: 15px;
        margin-top: 15px;
    }
    .google-form {
        margin-top: 15px;
    }
    .site-link {
        font-size: 14px;
        letter-spacing: 0.5px;
    }
    .footer {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .version-box {
        font-size: 14px;
    }
    .copyright-box  {
        font-size: 14px;
    }
    .lightboxcontainer {
        padding-top: 10px;
        padding: 0;
    }
    .lightbox-item {
        padding: 10px;
        margin: 10px 0 0 0;
        min-height: auto;
    }
    .lightbox-title {
        font-size: 14px;
        line-height: 20px;
        padding: 5px 0;
    }
    .lightbox-description {
        margin-top: 10px;
    }
    .lightboxcontainer p {
        font-size: 12px;
        line-height: 20px;
    }
    .lightbox-icon img {
        max-width: 50px;
    }
    .html5-title-prefix {
        min-width: 50px;
    }
    .logos .logo-image {
        padding: 15px;
        max-width: 100px;
    }
    #html5box-html5-lightbox .html5-next-fullscreen {
        border: none;
        border-radius: unset;
        height: auto;
        width: auto;
        background-color: unset;
        right: 2px !important;   
    }
    #html5box-html5-lightbox .html5-prev-fullscreen {
        border: none;
        border-radius: unset;
        height: auto;
        width: auto;
        background-color: unset;
        left: 2px !important;
    }
    #html5box-html5-lightbox .html5-next-fullscreen img, #html5box-html5-lightbox .html5-prev-fullscreen img {
        max-width: none;
        max-height: none;
    }
}

@media (max-width: 575px) {
    .event-box {
        width: 50%;
    }
    .event-item {
        width: 100%;
    }
    .site-logo {
        margin: 0 10px 0 0;
    }
    .site-title span {
        font-size: 14px;
    }
    .work-reports-lightbox ul li {
        width: 100%;
    }
    .version-box {
        font-size: 12px;
        padding: 2px 10px;
    }
    .copyright-box {
        width: 100%;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .event-box:nth-child(odd) {
        padding: 0 8px 0 15px;
    }
    .event-box:nth-child(even) {
        padding: 0 15px 0 8px;
    }
    .footer {
        padding-top: 5px;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 80%;
    }
}

@media (max-width: 479px) {
    .event-item-title h4 {
        font-size: 12px;
    }
    #html5box-html5-lightbox .html5-next-bottom-fullscreen {
        right: -25px !important;
        top: 50% !important;
    }
    #html5box-html5-lightbox .html5-prev-bottom-fullscreen {
        top: 50% !important;
        left: -25px !important;
    }
    /* #html5box-html5-lightbox .html5-next-fullscreen , #html5box-html5-lightbox .html5-prev-fullscreen {
        display: block !important;
    }*/
    /*#html5box-html5-lightbox .html5-next-bottom-fullscreen , #html5box-html5-lightbox .html5-prev-bottom-fullscreen {
        display: none !important;
    }*/
    .html5-elem-wrap {
        max-width: 90vw;
    }
    #html5-lightbox-box {
        max-width: 90vw !important;
    }
    .header-main {
        justify-content: left;
        position: relative;
    }
    .logout-button {
        position: absolute;
        right: 0;
        bottom: -48px;
        background-color: #2a3756;
    }
}
@media (max-width: 479px) {
    .site-title {
        width: 75%;
    }
}