@font-face {
    font-family: HelveticaNeueMedium;
    src: url(font/HelveticaNeue-Medium.ttf);
}

body{
    font-family: HelveticaNeueMedium, Helvetica Neue Medium, Helvetica Medium, sans-serif;
    font-weight: Medium;
}

a.a-right {
    display: block;
}

a {
    color: black;
}

a:hover {
    color: black;
}

img {
    max-width: 100%;
    max-height: calc(100vh - 200px);
    margin-top: 15px;
}

.line {
    height: 5px;
    background-color: black;
}

p {
    font-size: 0.9rem;
}

.thumb_img {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 0px;
    top: 1.5em;
    max-width: 600px;
    max-height: 600px;
}

@media only screen and (min-width: 700px) {
        
    .post_ref:hover .thumb_img {
        display: inherit;
    }

}

.post_ref {
    position: relative;
}