.blotch-holder {
    
}
.blotch1 {
    width: 40%;
    transform: translateX(-50%) translateY(15%);
}
@media screen and (max-width: 539px) {
    .blotch-holder {
        height: 120%;
        z-index: -1;
    }
    .blotch1 {
        transform: translateX(-30%) translateY(2%);
    }
    .blotch1, .blotch2 {
        width: 100%;
    }
}