.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Create four equal columns that floats next to eachother */
.column1 {
    float: left;
    width: 50%;
    height:100px;
}

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

/* Modal Content */
.modal-content1 {
    position: relative;
    background-color: black;
    margin: auto;
    padding: 0;
    width: 90%;
    height:600px;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    column-gap:10px;
}

.photos1{
    width:30%;
    float:right;
    background-color: black;
    overflow-y: scroll;
    height:100%;
    color: white;
    font-size: 35px;
}

/* The Close Button */
.close1 {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

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

/* Hide the slides by default */
.mySlides1 {
    display: none;
    background-color: black;
}

.imageAseo{
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
}

/* Next & previous buttons */
.prev1,
.nextButt1 {
    cursor: pointer;
    width: 10px;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.photo-div1{
    width:70%;
    height:auto;
    background-color: black;
    display:grid;
    grid-template: repeat(1, [row] minmax(120px, 1fr)) / repeat(3, [col] 1fr);
}

/* Position the "next button" to the right */
.nextButt1 {
    border-radius: 3px 0 0 3px;
    grid-column: col 3 / span 1;
    grid-row: 1;
    justify-self:end;
    align-self: center
}
.prev1 {
    position: relative;
    grid-column: col 1 / span 1;
    grid-row: 1;
    justify-self:start;
    align-self: center
}

.AllSlides1{
    grid-column: col 1 / span 3;
    grid-row: 1;
}

/* On hover, add a black background color with a little bit see-through */
.prev1:hover,
.nextButt1:hover {
    background-color: rgba(0, 0, 0, 0.8);
    text-decoration: none !important;
}

/* Number text (1/3 etc) */
.numbertext1 {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Caption text */
.caption-container1 {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo1 {
    opacity: 0.6;
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;
}


.demo1:hover {
    opacity: 1;
}

.active1 {
    opacity: 1 !important;
}

img1.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);
}

.dot{
    text-align:center;
    display: inline-block;
    width: 30px;
    background-color:red;
    border-radius: 50%;
    color:white;
}