.contry-section-bg {
    background: url('//cdn.fellowes.com/assets/repositories/themes/images/banners/Main-Banner-Image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    min-height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.country-title {
    font-size: var(--fds-fs-775);
    line-height: var(--fds-fs-850);
}

.router-section-bg {
    background: url('//cdn.fellowes.com/assets/repositories/themes/images/banners/Router-Banner-Image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 50vh;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.choose-country-dropdown {
    position: relative;
}

@media (min-width: 768px) {
    .country-title {
        font-size: var(--fds-fs-900);
        line-height: var(--fds-fs-907);
    }

    .country-p-tag {
        font-size: var(--fds-fs-600);
        line-height: var(--fds-fs-775);
    }

    .country-list-div {
        height: 250px;
    }
}

.button.btnGo {
    display: none;
}

/* Router Overrides */
.router-section-bg.array-toc {
    background-image: url('//cdn.fellowes.com/assets/repositories/templates/r01/fellowes.com/staging/~/_includes/img/Viewpoint-Table.jpg');
}