/* General styles */

h1, h2, h3 {
    font-weight: bold;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.25em;
}

h3 {
    font-size: 1.1em;
}

/* By class */

.photo-author {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    padding: 2px 10px 2px 10px;
    font-size: 0.7em;
}
.photo-author.small {
    font-size: 0.5em;
}

.photo-author a {
    color: #e5d7ff;
}

.panorama-image {
    width: 100%;
    height: auto;
    display: block;
    min-height: 300px;
    object-fit: cover;
}

.pointer {
    cursor: pointer;
}

.k-img {
    height: 90vh;
}

/* By id */

#toggle-map-btn {
    z-index: 1000;
}

.preview-image {
    width: 100%;
    height: 250px;
    display: block;
    max-height: 250px;
    object-fit: cover;
    border-radius: 0;
}