/*!
Theme Name: jus_t
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jus_t
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Slider CSS */
.bwg_lightbox img {
	width: 100%;
	object-fit: cover;
}

.article__body iframe{
    max-width: 100%;
    max-height: 300px;
}

.article__body ol li {
    color: #000;
    font-size: 18px;
    position: relative;
    padding-left: 32px;
    line-height: 26px;
    margin-bottom: 20px;
    list-style: decimal;
}