.addImg{
    position: absolute;
    top: 0;
    right: 0;
    margin-right: calc(1.5% + 250px);
    margin-right: -moz-calc(1.5% + 250px);
    margin-right: :-webkit-calc(1.5% + 250px);
    height: 180px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 1;
}

.addImg img{
    height: 100%;
}

#blogTitle {
    position: relative;
}
#blogTitle h1{
    position: absolute;
    z-index: 1;
}
#blogTitle h2 {
    line-height: 1.5;
    margin-left: 0;
    color: #866eff;
    z-index: 10000000;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 450px;
    transform: translatex(50%);
}