.twelve-camera-spec-wrapper img{
    max-width: none !important;
    width: 100%;
    /* height: 100%; */
}
.twelve-camera-spec-wrapper{
    background-color: black;
}
#camera-spec-mobile{
    display: none;
}
@media only screen and (max-width: 490px){
    .twelve-camera-spec-wrapper img{
        display: none;
    }
    #camera-spec-mobile{
        display: block;
        max-width: none !;
        width: 100%;
    }
}