body {
    overflow-x: hidden;
}

.wrapper {
    width: 33%;
    margin: auto;
    padding-top: 200px;
    padding-bottom: 200px;
    max-width: 700px;
}

.img_container {
    position: relative;
    width: 100%;
}

.img_container h1 {
    text-shadow: 0 0 .2em #111;
    position: absolute;
    top: -20%;
    top: -1.65em;
    left: -.5em;
    text-transform: uppercase;
    font-size: 3vw;
    padding-top: 1em;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    width: 90%;
}

.img_container h1:hover {
    overflow: visible;
    white-space: normal;
}

@media only screen and (min-width: 2000px) {
    .img_container h1 {
        font-size: 64px;
    }
}

.img_container img {
    width: 100%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin-bottom: 16px;
}

.photo_author {
    float: right;
}

.text_author, .photo_author {
    color: #808080;
    font-size: 18px;
    font-weight: 400;
    max-width: 45%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}

.text_author time {
    color: #808080;
    font-size: 18px;
    font-weight: 400;
}

.wrapper pre {
    font-family: 'Barlow';
    white-space: pre-wrap;
    text-align: justify;
    font-size: 16px;
    margin-top: 4px;
}

.wrapper ul {
    font-size: 16px;
    margin: 1.6em 0 0 0;
    position: relative;
}

.wrapper ul::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-51%);
        -ms-transform: translateY(-51%);
            transform: translateY(-51%);
    left: 0;
    height: 100%;
    height: -webkit-calc(100% - .7em);
    height: calc(100% - .7em);
    width: 1px;
    background: white;
}

.wrapper li {
    font-family: 'Barlow';
    margin-bottom: .75em;
    padding-left: 1.2em;
    font-size: inherit;
}

.wrapper li:last-of-type {
    padding-bottom: .2em;
}


.wrapper .underlined_link {
    margin-top: .5em;
    font-weight: 500;
    font-size: 24px;
    display: inline-block;
}

iframe.youtube_embed {
    width: 100%;
    height: 18.5625vw;
    margin-top: 30px;
}

iframe.spotify_embed {
    width: 100%;
    height: 80px;
    margin-top: 30px;
}

@media only screen and (max-width: 1400px) {
    .wrapper {
        width: 50%;
    }
    .img_container h1 {
        font-size: 4vw;
    }
    iframe.youtube_embed {
        height: 28.125vw;
    }
}

@media only screen and (max-width: 850px) {
    .wrapper {
        width: 75%;
        padding-top: 25vmin;
    }
    .img_container {
        width: 100vw;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    iframe.youtube_embed {
        height: 42.1875vw;
    }
    .img_container h1 {
        font-size: 6vw;
        left: 50%;
        text-align: center;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}

@media only screen and (max-width: 550px) {
    .img_container h1 {
        font-size: 7vw;
    }
    .wrapper pre {
        font-size: 14px;
    }
    .text_author, .photo_author {
        float: none;
        clear: both;
        display: block;
        max-width: 100%;
    }
    .wrapper {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 450px) {
    .wrapper pre {
        font-size: 12px;
    }
}

@media only screen and (max-width: 350px) {
    .wrapper pre {
        text-align: left;
    }
}

.underlined_link::after {
    bottom: -5px;
}

.underlined_link:hover::after {
    bottom: -3px;
}
