1.airtable-image {
2    /*position: absolute; left: 20%; top: 20%;*/
3    transition: all .2s;
4    margin: 0.8%;
5    border-radius: 2%;
6}
7
8.airtable-image:hover {
9    /*transform: scale(1.05);*/
10    opacity: 70%;
11}
12
13.airtable-record {
14    margin-bottom: 50px;
15    clear: both
16}
17
18.airtable-record h3 {
19    clear: none;
20}
21
22.airtable-video {
23    margin: 0.8%;
24    border-radius: 2%;
25}
26
27.airtable-table {
28    /*width: 800px;*/
29    /*table-layout: fixed;*/
30    border-collapse: collapse;
31}
32
33.airtable-table tbody {
34    overflow: auto;
35    height: 100px;
36}
37
38.airtable-table th td {
39    width: 200px;
40}
41
42.airtable-table img, object, embed, iframe, video, audio {
43    width: 250px !important;
44}