.twelve-pro-camera-lord-wrapper .twelve-pro-camera-lord-all{
    position: relative;
}
.twelve-pro-camera-lord-wrapper .twelve-pro-camera-lord-all img{
    width: 100%;
}
.twelve-pro-camera-lord-wrapper .twelve-pro-camera-lord-content{
    position: absolute;
    top: 0px;
    padding: 10% 10%;
}
.twelve-pro-camera-lord-content .camera-lord-title{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 71px;
    line-height: 121.69%;
    color: #FFFFFF;
    inline-size: 310px;
    overflow-wrap: break-word;
}
.twelve-pro-camera-lord-content .camera-lord-desc{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 121.69%;
    color: #A5A5A5;
    inline-size: 336px;
    overflow-wrap: break-word;
}
@media only screen and (max-width: 700px){
    .twelve-pro-camera-lord-content .camera-lord-title{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 121.69%;
    color: #FFFFFF;
    }
    .twelve-pro-camera-lord-content .camera-lord-desc{
     font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 121.69%;
    color: #A5A5A5;
}
}

@media only screen and (max-width: 400px){
    .twelve-pro-camera-lord-content .camera-lord-desc {
    inline-size: auto;
    overflow-wrap: break-word;
}
.twelve-pro-camera-lord-content .camera-lord-title {
    inline-size: auto; 
    overflow-wrap: break-word;
}
}