.black-line-wrapper .black-line {
    top: auto;
    bottom: 100%;
    right: auto;
    left: 50%;
}
.black-line-wrapper .black-line.in {
    width: 450px;
}
.work-info {
    background-color: #000000;
    padding: 130px 130px 100px 130px;
    color: #fff;
    margin-top: -40%;
}

h1 {
    font-size: 50px;
    font-style: italic;
    font-weight: bold;
    margin-bottom:50px;
}

p {
    font-size: 22px;
    font-style: italic;
    text-align: justify;
}

.insta-post{
    padding-bottom: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
}
.insta-post-overlay{
    background-image: url('/static/images/instagram.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 500ms;
}
.insta-post:hover .insta-post-overlay{
    opacity: 1;
}
@media only screen and (max-width: 800px) {
    .work-info {
        padding: 20px;
        margin-top: 15px;
    }
    h1{
        font-size:36px
    }
    p{
        font-size:18px
    }
    .image-container{
        overflow: hidden;
    }
    main img.w-100{
        width: 150% !important
    }
}
