@charset "utf-8";
/*!
 * picnic.css
 * Webkokteyli - 2020
 */
 a,
 a:hover,
 a:active,
 a:focus{
    color: inherit;
    text-decoration: none;
 }
 .modal-img .modal-header {
    position: absolute;
    border-bottom: 0;
    width: 100%;
}
.modal-img .modal-header button {
    background-color: #af0505;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    width: 26px;
    height: 26px;
    padding: 0;
    margin-top: -1.8rem;
    margin-right: -1.8rem;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1;
    border-radius: 50%;
}
.modal-img .modal-header button > span {
    display: block;
    margin-top: -4px;
}
.modal-img .modal-header button.close:hover {
    opacity: 1;
}
.modal-content img {
    max-width: 100%;
}