img{
    display: block;
    margin: auto;
}

.imageMap__container {
    display: inline-block;
    max-width: 800px;
    position: relative;
}
.imageMap__img {
    display: block;
    max-width: 100%;
    width: auto;
}
.imageMap__hotspot {
    position: absolute;
}
.imageMap__hotspot--rectangle {
    border: 2px solid white;
    background-color: rgba(0,0,0,.5);
}
.imageMap__hotspot--circle {
    border: 2px solid white;
    border-radius: 100%;
    background-color: rgba(0,0,0,.3);
    transform: translate(-50%, -50%);
}
.imageMap__hotspot--point {
    background-color: white;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
}
.imageMap__hotspot-text {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    font-family: sans-serif;
}
.imageMap__hotspot--point > .imageMap__hotspot-text {
    color: black;
}

.post-menu {
    padding: 7rem 0;
  }

@media (min-width: 320px) {
 .post-menu {
  padding: 7rem 0;
    }
}    

@media (min-width: 360px) {
    .post-menu {
        padding: 7rem 0;
    }
}

@media (min-width: 375px) {
    .post-menu {
        padding: 7rem 0;
    }
} 

@media (min-width: 768px) {
    .post-menu {
        padding: 7rem 0;
    }
}

@media (min-width: 992px) {
    .post-menu {
        padding: 7rem 0;
    }
}

@media (min-width: 1024px) {
    .post-menu {
        padding: 7rem 0;
    }
}   

@media (min-width: 1200px) {
    .post-menu {
        padding: 7rem 0;
    }
}


/***** Gallery *****/
 
.gallery-box {
    padding-top: 50px;
}
.gallery-box img {
    cursor: pointer;
}
 
.carousel .carousel-indicators {
    bottom: -20px;
}
.carousel .carousel-indicators li {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #fd7e14;
}
 
.carousel .carousel-inner {
    padding-bottom: 40px;
}
 
.carousel .carousel-control-next, 
.carousel .carousel-control-prev {
    top: auto;
    border: 0;
}
 
.carousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fd7e14' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
 
.carousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fd7e14' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}