.article p {
    min-width: 200px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1000px !important;
}

/*.article img.img-fluid {
    min-width: 500px !important;
}*/

img.img-right{
    float: right;
    margin: 15px;
}

img.img-left {
    float: left;
    margin: 15px;
}

img.max-height-300{
    max-height: 300px;
}

img.max-height-400{
    max-height: 400px;
}

img.max-width-500{
    max-height: 500px;
}
img.max-height-70vh{
    max-height: 70vh;
}

.img-container {

}


@media only screen and (max-width: 1000px) {
    img.img-right{
        float: none;
        margin: 0px;
    }

    img.img-left {
        float: none;
        margin: 0px;
    }
    .img-container {
        text-align: center;
    }
}

.clear-both{
    clear: both;
}

.big-math .MathJax{
    font-size: 25px;
}


