div#mod-page-wrap {
    width: 100%;
}

a.ButtonLearn {
    display: flex;
    justify-content: center;
    text-decoration: none;
}

p.imageEditorWrap {
    display: flex;
    justify-content: center;
}

p.TitleDetail {
    text-align: center;
    color: white;
    font-weight: 250;
    font-size: 1em;
}

.detailsPadding{
    padding:1em;
}

.mod-expanding-information-inner{
    display:block;
}


/*Header Image*/
.mod-content-image-banner img {
    position: absolute;
    display: block;
    max-width: 100%;
    min-width: 100%;
    width: auto;
    min-height: 100%;
    height: auto;
    top: -9000px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
}

@media screen and (max-width:2000px){
.mod-content-image-banner img {
    top: -9200px;
}
}

@media screen and (max-width:1800px){
.mod-content-image-banner img {
    top: -9400px;
}
}

@media screen and (max-width:1600px){
.mod-content-image-banner img {
    top: -9600px;
}
}

@media screen and (max-width:1200px){
.mod-content-image-banner img {
    top: -9700px;
}
}