/*===========================================*/
/*==============   PORTFOLIO   ==============*/
/*===========================================*/

.btn_transparent.corner_button {
    position: absolute;
    right: 30px;
    bottom: 35px;
    z-index: 2;
    background-color: rgba(70, 174, 181, 0.44);
    border: 1px solid #46aeb5;
}
.btn_transparent.corner_button:hover {
    background-color: rgba(70, 174, 181, 0.8);
    color: #fff;
}
/*.ImgLines figcaption {
    display: none;
}*/
/*.amp-lightbox-gallery-caption {
    color: white;
    background: rgb(0 0 0 / 22%);
}*/
@media screen and (max-width:750px) {
    .btn_transparent.corner_button {
        font-weight: 400;
        padding: 5px 10px;
        font-size: .8rem;
        bottom: 10px;
    }
    .table_portfolio td {
        display: inline;
    }
    .table_portfolio amp-img:hover  {
        cursor: default;
        filter: none;
        -webkit-filter: none;
    }
}
.popupOverlay {
    background: rgb(0 0 0 / 87%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.consentPopup {
    position: fixed;
    background: #fff;
    padding: 20px;
    width: 100%;
    max-width: 400px;
    /*top: 20%;*/
    /*left: calc(50% - 200px);*/
    text-align: center;
    /*position: absolute;*/
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.consentPopup h2.stylish {
    margin-top: 0;
}
.consentPopup p {
    color: var(--font-color-main);
}
.dismiss-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}