#main{
    height: 100vh;
    display: flex;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
}

.entry-header-login{
    font: normal normal 800 38px/41px Archivo;
    letter-spacing: -0.38px;
    color: #1A1A1A;
    margin-top: 51px;
}

.entry-content{
    font: normal normal 600 16px/17px Archivo;
    letter-spacing: -0.08px;
    color: #1A1A1A;
}

#main .entry-content, #main header.entry-header-login{
    padding: 0;
}

#main .entry-content{
    margin-top: 6px;
}

#main > div{
    width: 50%;
}

#main .right-col{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
    padding-left: 69px;
    padding-right: 69px;
}

#main .left-col{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #FAFAFA;
}

article, article.hentry{
    background: #FAFAFA;
    background-color: #FAFAFA;
    box-shadow: unset;
    box-shadow: none;
    padding-left: 30px;
    padding-right: 30px;
}

#main .left-col .image_wrap img{
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#main .left-col .image_wrap{
    max-height: 43%;
}