figure.effect-apollo img {
    width: 80px;
}

.wthreelocationsaits .dummy-img,
.wthreelocationsaits .dummy-text {
    margin: unset;
    max-width: unset;
}

.wthreelocationsaits .close-content {
    top: 10%;
    right: 10%;
}

.dummy-text .aitsheadingw3 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    color: #fff;
}

.dummy-text a {
    float: right;
    padding-top: 18px;
    padding-right: 10px;
    color: #f9d71c;
}

.dummy-text a:hover {
    opacity: 0.8;
}

.wthreelocationsaits .dummy-text:last-child {
    padding-bottom: unset;
}

.wthreelocationsaits .close-content {
    top: 10%;
    right: 16%;
}

.wthreelocationsaits .content > div {
    margin-left: 20%;
    margin-right: 20%;
    width: unset;
}

.content-main {
    display: table; /* Make the container element behave like a table */
    width: 100%;
}

.destination-info {
    display: table-cell;
}

.destination-related {
    background-color: rgba(20, 20, 20, 0.8);
    height: 100%;
    /* display: table-cell;
    float: none; */
}

.destination-related .heading {
    font-family: "astral_sisters", sans-serif;
    font-size: 30px;
    color: #fff;
    margin: 2rem auto;
}

.destination-related .item-box {
    margin-bottom: 2rem;
}

.destination-related .image-box {
    overflow: hidden;
}

.destination-related img {
    width: 160px;
}

.destination-related .title {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    color: #fff;
    text-align: left;
    margin-bottom: 1rem;
}

.destination-related .tagline {
    color: #fff;
    margin-bottom: 1rem;
    font-size: 14px;
    font-style: italic;
}

.destination-related a {
    color: #f9d71c;
}

.destination-related a:hover {
    opacity: 0.8;
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .wthreelocationsaits .content > div {
        margin-left: 10%;
        margin-right: 20%;
        width: unset;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .wthreelocationsaits .content > div {
        margin-left: 10%;
        margin-right: 20%;
        width: unset;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .wthreelocationsaits .content > div {
        margin-left: 10%;
        margin-right: 20%;
        width: unset;
    }
}
