.text-left {
    text-align: left;
}

img {
    z-index: 9999;
}

.medium-zoom-image--opened {
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.164);
}

.text-title {
    font-size: 4rem;
}

.text-subtitle {
    font-size: 3rem;
}

.divider {
    background-color: #fff;
    border: none;
    height: 1px;
}

a {
    color: #fff !important;
    text-decoration: underline !important;
}

.img--auto-size{
    height: auto;
    width: auto;
}

.container {
    display: flex;
}

.col {
    flex: 1;
}

.reveal img {
    margin: 0!important;
}