﻿/* KEYMESSAGE */
section.header-highlight {
    margin-bottom: 0;
}

.header-highlight .highlight {
    display: none !important;
}

.header-highlight .highlightImage {
    width: 100% !important;
}

.header-highlight .d-flex #video-container {
    width: 100% !important;
    height: unset !important;
}

@media screen and (min-width: 992px) {
    section.header-highlight {
        margin-bottom: 40px;
    }
    .header-highlight .d-flex #video-container {
        height: calc(100vh - 110px) !important;
    }
}
/* END KEYMESSAGE */

/* DOWNLOAD BUTTONS */
.sticky-buy .download-buttons {
    justify-content: center;
}

.download-buttons {
    display: flex;
    gap: 20px;
    width: 100%;
}

    .download-buttons a {
        height: 40px;
    }

    .download-buttons svg {
        height: 40px;
        transition: all 200ms ease-in-out;
    }

        .download-buttons svg .black {
            fill: #242424;
            transition: all 200ms ease-in-out;
        }

        .download-buttons svg .white {
            fill: #fff;
            transition: all 200ms ease-in-out;
        }

@media screen and (min-width: 992px) {
    .download-buttons {
        width: auto;
    }

        .download-buttons a {
            height: 45px;
        }

        .download-buttons svg {
            height: 45px;
        }

        .download-buttons a:hover svg {
            fill: #fff;
        }

            .download-buttons a:hover svg .white {
                fill: #242424;
            }
}
/* END DOWNLOAD BUTTONS */
