.bb-bookblock-container {
position: relative;
margin-bottom: 4rem;
}
.bb-bookblock {
width: 340px;
height: 170px;
z-index: inherit;
}
@media (min-width: 576px) {
.bb-bookblock {
width: 420px;
height: 210px;
}
}
@media (min-width: 768px) {
.bb-bookblock {
width: 600px;
height: 300px;
}
}
@media (min-width: 992px) {
.bb-bookblock {
width: 840px;
height: 420px;
}
}
@media (min-width: 1200px) {
.bb-bookblock {
width: 1000px;
height: 500px;
}
}
.bb-bookblock img {
pointer-events: none;
}
.bb-item {
position: relative;
}
.bb-nav {
z-index: 999;
}
.bb-nav .bb-control {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.bb-nav .bb-control.bb-prev {
left: 0;
}
.bb-nav .bb-control.bb-next {
right: 0;
}
.gallery-video {
display: block;
position: relative;
}
.gallery-video:before {
content: "";
background: rgba(0, 0, 0, 0.25);
position: absolute;
display: block;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.gallery-video:after {
content: "";
background-image: url(https://www.libertashery.com/wp-content/themes/the-foggiest/assets/vendors/fancybox/icons/play-button.svg);
position: absolute;
width: 60px;
height: 60px;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
.card-thumb {
height: 100%;
position: relative;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.card-thumb a {
height: 100%;
}
.card-thumb-video:before {
content: "";
background-image: url(https://www.libertashery.com/wp-content/themes/the-foggiest/assets/vendors/fancybox/icons/play-button.svg);
background-repeat: no-repeat;
position: absolute;
width: 32px;
height: 32px;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
.card-thumb-video:after {
content: "";
background-color: #00000070;
display: block;
height: 100%;
}