#myModal:after {
    content: "";
    display: flex;
    clear: both;
}

.no-margin #myModal {
    width: 100%; /** 45%; */
    margin: 0 auto;
    z-index: 2;
    justify-items: center;
}

.mySlides > img{
    display: block;
    width: auto;
    height: 80vh;
    margin: 0 auto 5px auto;
}

.column {
    float: left;
    width: calc(30% - 2rem);
    margin-left: 0;
    margin-right: 0;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-content {
    display:table-row;
    position:relative;
    background-color: #333;
    margin: auto;
    padding: 0;
    width: 90%;
}

/* The Close Button */
.close {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 40px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #d4af37;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: fixed; /** absolute; */
    top: 50%;
    width: auto;
    padding: 18px;
    opacity: 0.6;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 25px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color:#d4af37;
    opacity: 1;
}

/* Number text (1/20 etc) */
.numbertext {
    color: #333;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    font-weight: 600;
    color: white;
    margin: 0 auto 15px auto;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#page-content-elotte-utana .content-box {
    margin: 2rem auto 2.5rem;
    text-align: center;
}

