.kwhBanner {
    background-size: cover;
    background-position: center center;
}
.gradientBlackImage{
    max-width: 450px;
    margin: 0 auto;
    display: block;
}
.darkSection {
    background: #0b0b0b;
}
.midLogo{
    width:75px;
    height:auto;
}
.kwhMeterBG {
    background-repeat: no-repeat;
    background-size: 800px;
    background-position: left bottom;
    height: 100vh;
}
.attachRight a.button {
    border-radius: 50px;
}
.roundedFigure img {
    border-radius: 25px;
    width: 100%;
}
@media(max-width:1024px){
    .firstKwh{
        max-width:350px;
        margin:0 auto;
    }
    .kwhMeterBG {
        background-size: 600px;
        height: auto;
        padding-bottom: 620px;
    }
    .kwhBanner{
        max-height:600px;
    }
    .kwhMeterBG .gridTwo > div:nth-of-type(1) {
        display: none;
    }
}