.twelve-battery-wrapper{
    background-color: black;
    margin: 0 auto;
    font-family: Roboto;
    position: relative;
}
.twelve-battery-top img{
    max-width: none !important;
    width: 100%;
}
.twelve-battery-top{
    padding-top: 10%;
}
.twelve-battery-bottom img{
    max-width: none !important;
    width: 100%;
}
.twelve-battery-bottom{
    padding: 15% 0 15%;
}
.twelve-battery-content{
    padding: 0 15%;
    color: white;
    position: absolute;
    top: 15%;
}
.twelve-battery-content h3{
    font-size: 29px;
    font-weight: 700;
}
.twelve-battery-content p{
    max-width: 510px;
    color: #A5A5A5;
    font-size: 13px;
    line-height: 16px;
    margin-top: 30px;
}
@media only screen and (max-width: 1580px){
    .twelve-battery-content{
        padding: 0 10%;
    }
}
@media only screen and (max-width: 1080px){
    .twelve-battery-content{
        padding: 0 15%;
    }
}
@media only screen and (max-width: 726px){
    .twelve-battery-content{
        padding: 0 10%;
    }
}
@media only screen and (max-width: 540px){
    .twelve-battery-bottom{
        padding: 15% 0 10%;
    }
}
@media only screen and (max-width: 470px){
    .twelve-battery-bottom{
        padding: 30% 0 10%;
    }
}
@media only screen and (max-width: 430px){
    .twelve-battery-content h3{
        font-size: 24px;
    }
    .twelve-battery-content p{
        font-size: 11px;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 360px){
    .twelve-battery-bottom{
        padding: 45% 0 10%;
    }
}