.reveal section.ai-at-home .row {
    background-color: rgba(255, 255, 255, .1);
    border-radius: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.reveal section.ai-at-home img {
    min-height: 9vh;
    max-height: 9vh;
    margin: 1rem;
}

.reveal section.learning-by-doing img {
    border: none;
}

.reveal section.learning-by-doing img[src="../../images/logos/openai.svg"] {
    background: rgba(255, 255, 255, 0.12) url(../../../images/symbols/no.svg) center center no-repeat;
    background-size: cover;
}

.reveal section.hardware-requirements img {
    max-height: 50vh;
}

.reveal section.gpu-manufacturer img {
    max-width: 50%;
}

.reveal section.example-hardware table * {
    font-size: 1.5rem;
}

.reveal section.example-hardware table small {
    font-size: 1rem;
}

.reveal section.ai-on-a-budget table * {
    font-size: 1.5rem;
}

.reveal section.what-is-model table,
.reveal section.what-is-model table p,
.reveal section.what-is-model table li {
    font-size: 1.5rem;
}

.reveal section.onnx-and-microsoft img[src="../../images/logos/github.svg"] {
    background-color: rgb(255, 255, 255);
    border-radius: 100%;
    padding: .125em;
}

.reveal section.quantization table {
    font-size: 1.5rem;
}

.reveal section.quantization table code,
.reveal section.quantization table thead {
    white-space: nowrap;
}

.reveal section.distillation table {
    font-size: 1.5rem;
    margin-top: 1rem;
}

.reveal section.distillation table code,
.reveal section.distillation table thead {
    white-space: nowrap;
}

.reveal section.notable-projects td,
.reveal section.notable-projects th {
    font-size: 2.5rem;
    line-height: 2.75rem;
    vertical-align: middle;
    text-align: left;
}

.reveal section.moe-models img {
    height: auto;
    width: 20vw;
}

.reveal section.convolutions .video-container {
    overflow: hidden;
    max-height: 60vh;
}

.reveal section.convolutions video {
    margin-top: -45%;
}

.reveal section.image-prompt img {
    max-height: 40vh;
    max-width: 100vw;
}

.reveal section.clip-dictionary img {
    max-height: 40vh;
}

.reveal section.steps img {
    max-height: 40vh;
}

.reveal section.video-generation img {
    object-fit: cover;
    height: 33vh;
}
