/*--- Extended View ---*/
.bx-base-text-unit-ext .aqb-pages-unit-cover {
    width: 100%;
    height: 300px;

    background-repeat: no-repeat;
    background-size: cover;
}
.bx-base-text-unit-ext .bx-base-text-unit-cover {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.bx-base-text-unit-ext .bx-base-text-unit-cover .aqb-pages-unit-thumb,
.bx-base-text-unit-ext .bx-base-text-unit-cover .aqb-pages-unit-thumb img,
.bx-base-text-unit-ext .bx-base-text-unit-cover .aqb-pages-unit-thumb .sys-icon {
    position: relative;
    display: block;
    box-sizing: content-box;

    width: 6.25rem;
    height: 6.25rem;
    min-height: 0;

    overflow: hidden;
}

.bx-base-text-unit-ext .bx-base-text-unit-cover .aqb-pages-unit-thumb img {
    object-fit: contain;
}

.bx-base-text-unit-ext .bx-base-text-unit-cover .aqb-pages-unit-thumb .sys-icon {
	background-color: #ffffff;
	text-align: center;
	line-height: 6.25rem;
	font-size: 4rem;
	color: #333333;
}

/*--- Gallery View ---*/
.bx-base-text-unit-gallery .bx-base-text-unit-thumb,
.bx-base-text-unit-gallery .bx-base-text-unit-no-thumb {
	position: relative;
}
.bx-base-text-unit-gallery .aqb-pages-unit-icon-wrp {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;

	line-height: 12.5rem;
	text-align: center;
}
.bx-base-text-unit-gallery .aqb-pages-unit-icon-wrp img,  
.bx-base-text-unit-gallery .aqb-pages-unit-icon-wrp .sys-icon {
    display: inline-block;
    width: 3.125rem;
    height: 3.125rem;
    vertical-align: middle;
}
.bx-base-text-unit-gallery .aqb-pages-unit-icon-wrp .sys-icon {
	background-color: #ffffff;
	line-height: 3.125rem;
	font-size: 1.575rem;
	color: rgba(40, 60, 80, 0.9);
}