#col{
    width: 94%;
    padding-top: 2vw;
    margin: 0 auto;
    font-size: var(--CenLow);
    line-height: 1.3;
    display: flex;
    padding-bottom: 5vw;
    justify-content: space-between;
    vertical-align: top;
}

#col div{
    width: 30%;
}

#col h2{
    font-size: var(--DrTitle);
}

h2{
    font-family: druk;
}

h2::after{
    display: block;
    content: " ";
    white-space: pre;
}

h2:nth-of-type(2)::before{
    display: block;
    content: " ";
    white-space: pre;
}

h4{
    display: block;
    border-bottom: 1px solid white;
    margin-bottom: 7px;
}

p::after{
    display: block;
    content: " ";
    white-space: pre;
}

#col div img{
    width: 60%;
    display: block;
    margin:  0 auto;
}


#illI{
    display: block;
    position: relative;
    width: 100% !important;
}

.creditImg{
    display: block;
    position: absolute;
    margin: 1.5vw;
    bottom: 0;
    right: 0;
    font-size: var(--CenText);
    color: white;
    cursor: pointer;
}

.creditImg .cName{
    display: none;
}

.creditImg:hover .cName{
    display: contents;
}

h5 a{
    display: block;
    position: relative;
    width: fit-content;
    transition: .2s;
    border: 1px solid white;
    padding: var(--DrLow);
    font-family: druk;
    font-size: var(--DrLow);
}

h5 a:hover{
    background-color: white;
    color: black;

}


@media (orientation:portrait){
    #col{
        width: 90%;
        display: block;
    }

    #col div{
        width: 100%;
    }
}