#panel-img {
    width: 60%;
}
/* ----- BANNER DEMO ----- */
.banner-demo {
    width: 100%;
    background: linear-gradient(90deg, #1e3c72, #2a5298);
    padding: 12px 0;
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.banner-demo a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.banner-demo a:hover {
    transform: scale(1.05);
    text-decoration: underline;
}