/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

#pOpOv {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 1rem;
    box-sizing: border-box
}

#pOpCnt {
    position: relative;
    width: 600px;
    height: 600px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
    overflow: auto
}

#pOpCnt img {
    display: block;
    width: 600px;
    height: 600px;
    object-fit: contain
}

#pOpCls {
    position: absolute;
    top: 8px;
    right: 8px;
    background: transparent;
    border: none;
    font-size: 1.8rem;
    line-height: 1;
    color: #333;
    cursor: pointer
}

@media(max-width:480px) {
    #pOpCnt {
        width: 80vw;
        height: auto;
        border-radius: 0
    }

    #pOpCnt img {
        width: 100%;
        height: auto
    }
}