.fw-block-specifications{margin-top:1rem; margin-bottom:1rem;}
.fw-block-specification-name{font-size:0.875rem; font-weight:bold;}
.fw-block-specification:first-child{border-top:1px solid currentColor;}
.fw-block-specification{border-bottom:1px solid currentColor;}
@media (min-width:600px){
.fw-block-specification-name{font-size:1rem;}
.fw-block-specification{display:flex; gap:1.5rem;}
.fw-block-specification > div{flex-basis:50%;}
}

.tour-gallery-inner{display:flex; margin-top:-30vh; margin-bottom:-75vh; height:100vh; width:100%; align-items:center; justify-content:center;}
.tour-gallery-content{max-width:768px;}
.tour-gallery-gallery{position:relative; padding-bottom:15vh; max-width:none !important; pointer-events:none;}
.tour-gallery-background figure{margin:0 0 0 20%; width:30%;}
.tour-gallery-background figure:nth-child(2){margin:0 0 0 65%;}
.tour-gallery-foreground{position:absolute; left:0; right:0; top:0; display:flex; flex-wrap:wrap; width:100%;}
.tour-gallery-foreground figure{margin:0; width:40%;}
.tour-gallery-foreground figure:nth-child(2){margin:25% 0 -25% 20%;}
.tour-gallery-foreground figure:nth-child(3){margin:40% 20% 0 40%;}
.tour-gallery-foreground figure:nth-child(4){margin:10% 0 0 5%;}
.tour-gallery img{height:100%; width:100%; object-fit:cover; object-position:center center; aspect-ratio:3/4;}
@media (min-width:900px){
.tour-gallery-gallery{padding-bottom:0;}
.tour-gallery-background figure{margin:0 0 0 15%; width:15%;}
.tour-gallery-background figure:nth-child(2){margin:0 0 0 65%;}
.tour-gallery-foreground{position:absolute; left:0; right:0; top:0; display:flex; flex-wrap:wrap; width:100%;}
.tour-gallery-foreground figure{margin:0; width:20%;}
.tour-gallery-foreground figure:nth-child(2){margin:5% 0 -5% 60%;}
.tour-gallery-foreground figure:nth-child(3){margin:10% 40% -10% 40%;}
.tour-gallery-foreground figure:nth-child(4){margin:0 0 0 5%;}
}

.tour-colours{margin-top:-25vh; min-height:100vh; width:100%; display:flex; align-items:center; justify-content:center;}