
.dn-slots-placeholder {
    width: 100%;
    height: 100%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.dn-slots-placeholder.global-content {
    background: lightsalmon;
    border: 2px solid darkred;
}
.dn-slots-placeholder.regional-content {
    background: lightblue;
    border: 2px solid blue;
}

.global-content-box {

}
.global-content-box p {
    margin: 0;
}
.global-content-box img {
    max-width: 100%;
    height: auto;
}