.popovers-holder {
    background: #fff;
    margin: 30px;
    z-index: 1;
}

.popover-contents {
    margin: auto;
    padding: 20px;
    width: 460px;
}

.popover-contents h3,
.popover-contents p,
.popover-contents a {
    width: auto !important;
    height: auto !important;
    line-height: 1.2;
}

.popover-contents img {
    border-radius: 50%;
    max-width: 200px;
}

.popover-close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 60px;
    line-height: 0.5;
    padding: 0;
    color: #000;
    user-select: none;
    cursor: pointer;
}

*[class^='lookbook-pin-'] {
    list-style-type: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    position: absolute;
}

*[class^='lookbook-pin-'] > li > a {
	background-color: rgba(255,255,255,0.8);
	border: 1px solid #fff;
	border-radius: 100%;
	color: #000;
	cursor: pointer;
	font-size: 24px;
	display: flex;
	align-content: center;
	justify-content: center;
	padding: 0;
	padding-top: 3px;
	width: 30px;
	height: 30px;
	user-select: none;
}

*[class^='lookbook-pin-'] a:hover,
*[class^='lookbook-pin-'] a:active,
*[class^='lookbook-pin-'] a:focus {
    text-decoration: none;
}




@media (min-width: 992px) and (max-width: 1199px) {
    .pg-wrap .pg-box.-nav-none.-hide-title.blueimp-gallery-controls>.slides {
        height: calc(100% - 133px); /* minus nav height */
    }
}

@media (max-width: 991px) {
    .pg-wrap .pg-box.-nav-none.-hide-title.blueimp-gallery-controls>.slides {
        height: calc(100% - 133px); /* minus nav height */
    }
}

@media (max-width: 767px) {
    .pg-wrap .pg-box.-nav-none.-hide-title.blueimp-gallery-controls>.slides {
        height: calc(100% - 107px);
    }

    /* Fullscreen Popover */
    .popovers-holder {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        transform: none !important;
        margin: 0 !important;
        overflow: auto !important;
    }

    .popover-contents {
        width: auto;
    }

    h2.pg-category {
        margin-bottom: 0 !important;
        padding-bottom: 10px;
    }
}
