
.wysiwyg ul>li { 
  display: list-item;
  list-style-type: disc;
}
.wysiwyg ul ul {
    list-style-type: circle;
    margin-left: 15px; 
}
.wysiwyg ol { 
    display: decimal;
    list-style: disc outside none;
    margin: 1em 0;
    padding: 0 0 0 40px;
}
.wysiwyg ol>li { 
    display: list-item;
    list-style-type: decimal;
}
.wysiwyg ol ol { 
    list-style-type: decimal;
    margin-left: 15px; 
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cdg_img__main {
  position: relative;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    z-index: 9;}
@media (max-width: 575px) {
.cdg_img__main {
	float:none;
	text-align: center;
    margin-bottom: 20px;
	max-width: 100%;
	height: auto;}
}
