html, body{
    margin: 0 auto;
    padding: 0;
}
img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

p{
    text-indent: 0 !important;
    font-size: 19px !important;
    line-height: 1.65 !important;
    margin: 1em 0;
}

p:first-child{
    margin-top: 0;
}

.jsp_app_content{padding-bottom: 50px;}
    
.jsp_app_content p:first-child{
        margin-top: 0 !important;
    }

iframe{
    display: block;
    width: 100%;
    min-height: 56vw;
}

video{
    display: block;
    width: 100%;
}
