#hp_video {
    background-color: #F5F5F5;
}

#hp_video_sidebar {
    background-color: #000;
}

#hp_video_image {
    width: 100%;
    height: 100%;

    padding: 2rem;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
}

#hp_video_image a {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;
}

#hp_video_image img {
    max-width: 100%;
    max-height: 100%;

    width: auto;
    height: auto;

    display: block;

    object-fit: contain;
}

.hp-sidebar-logo {
    height: 22px;
    width: auto;
    display: block;
}

#btn_bancone {
    border-color: #fff !important;
    background-color: #fff !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#btn_bancone:hover {
    background-color: #76777a !important;
}