/*
Theme Name: Witch Beam Theme
Theme URI: http://cassieselin.com
Author: Cassie Selin
Author URI: http://cassieselin.com
Description: Custom theme for Witch Beam
Version: 1.0
*/ 


.screenshot-gallery .slick-list {
    overflow:hidden;
}

.screenshot-gallery .slick-slide:not(.slick-active) > * {
    opacity: 1;
-webkit-mask-image: none !important;
-moz-mask-image: none !important;
mask-image: none !important;
pointer-events: none;
}

.section-content.video .video-container .iframe-wrapper {
    position:static;
}

section.last.unpacking, section.last.aac{
    padding-bottom: 0px;
}

p{
    margin-top: 1em;
    margin-bottom: 1em;
}

.accordion__title {
    color: #0d1930;
}

@media screen and (min-width: 992px) {
    .unpacking .introduction-section .row {
        display: flex;
        align-items:center;
    }
}