.amz-header .header-title {
    font-weight: bold;
    font-size: 150%;
}

.amz-header .amz-claim {
    font-style: italic;
}

@media (max-width: 992px) {
    .amz-header .header-title {
        display: none;
    }

    .amz-claim {
        font-size: 150%;
    }
}

@media (max-width: 769px) {
    .amz-claim {
        font-size: 125%;
    }
}

@media (max-width: 576px) {
    .amz-logo-box {
        min-width: 95px;
    }

    .amz-claim {
        font-size: 95%;
    }
}

.container.main {
    margin-bottom: 4em;
}

.video-wrapper {
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 */
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer li {
    line-height: 1.75em;
}

.homepage-list h3 {
    min-height: 2.5em;
    font-size: 1.5rem;
}

.homepage-list .homepage-list-item {
    margin-bottom: 1em;
}

.homepage-list .homepage-list-item img {
    margin-bottom: 0.5em;
}
