.reveal section.ansible-concepts img {
    height: 3rem;
}

.reveal section.how-am-i-using-ansible>.row>.col {
    padding: 0 1rem;
}

.reveal section.how-am-i-using-ansible .table-hosts {
    font-size: 1.75rem;
}

.reveal section.how-am-i-using-ansible .table-hosts img {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    height: 2rem;
}

.reveal section.how-am-i-using-ansible .gitlab-logo {
    height: 10rem;
}

.reveal section.testing-options table {
    font-size: 1.75rem;
}

.reveal section.testing-options table img {
    height: 4rem;
    width: 100%;
}

.reveal section.iteration-1 .row-supported-platforms img {
    max-height: 2rem;
}

.reveal section.flowchart-iteration-1-flow div.flowchart,
.reveal section.flowchart-iteration-2-flow div.flowchart,
.reveal section.flowchart-iteration-4-flow-setup div.flowchart {
    grid-template-columns: repeat(3, 1fr);
}

.reveal section.flowchart-iteration-3-flow div.flowchart,
.reveal section.flowchart-iteration-4-flow-testing div.flowchart {
    grid-template-columns: repeat(5, 1fr);
}

.reveal section.trends-in-devops ul li {
    white-space: nowrap;
}
