.explanation{
    width: 93%;
    margin-left: auto;
    margin-right: auto;
}
#id_R_CNNConcept{
    width: 70%;
    margin: 0px auto 7px auto;
}
#id_R_CNNConcept img{
    width: 100%;
    height: auto;
}
@media screen and (max-width:600px){
    #id_R_CNNConcept{
        width: 85%;
    }
}
#id_R_CNNDetectorDetails{
    width: 50%;
    margin: 0px auto 7px auto;
}
#id_R_CNNDetectorDetails img{
    width: 100%;
    height: auto;
}
@media screen and (max-width:600px){
    #id_R_CNNDetectorDetails{
        width: 80%;
    }
}
#id_ODWithDL{
    width: 70%;
    margin: 0px auto 7px auto;
}
#id_ODWithDL img{
    width: 100%;
    height: auto;
}
@media screen and (max-width:600px){
    #id_ODWithDL{
        width: 90%;
    }
}
