
body {
    color: #0b0b0b;
    background: #fff;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 0.02em;
}

video {
    margin: 0 auto;
}

.col-sm-6 {
    margin-bottom: 50px;
}

.row p {
    margin-top: 14px;
    margin-bottom: 50px;
    font-size: 12pt;
    text-align: right;
}

.row p::after { 
    content: " ⤍";
}

a, a:hover {
    color: #0b0b0b;
    text-decoration: none;
    text-transform: uppercase;
}


h1 {
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 100px;
}

.left {

    border-top: 2px black solid;

    width: 50%;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 500;
    cursor: default;
    left: 45px;
    height: 30px;
    padding: 0 1em;
    line-height: 50px;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;

    background: none;
    z-index: 999;
    margin: 10px auto 0 auto;
    display: block;
    text-align: center;
}

@media (min-width: 544px) and (min-height: 400px) {
    .piece img {
        width: 65vh;
    }
}

body > div.container-fluid {
    z-index: 9999;
}


@media (max-width: 544px) {

    div.container {
        padding: 15% 5%;
    }

    div.left {
        width: 230px;
        position: static;
        height: 100px;
    }

    div.left a {
        display:block;
        height: 20px;
    }
}

.left a {
    color: #0b0b0b;
    margin-left: 20px;
}

.row img, .row video {
    display: block;
    margin: 0 auto;
}
