
/* ICEOUTOF.CA - Slide 2 visual overrides */

.n2-ss-slide[data-slide-duration] .n2-ss-layer,
.n2-ss-slider .n2-ss-slide .n2-ss-layer {
    transition: all .3s ease;
}

/* Remove GTL label */
.n2-ss-slide .glt-podcast-label,
.n2-ss-slide .glt-youtube-podcast,
.n2-ss-slide [class*="podcast-label"]{
    display:none !important;
}

/* Headline sizing + positioning */
.n2-ss-slide h1,
.n2-ss-slide h2,
.n2-ss-slide .hero-heading{
    font-size:72px !important;
    line-height:0.95 !important;
    margin-top:-40px !important;
    max-width:540px !important;
}

/* Shift right column slightly right */
.n2-ss-slide .hero-content,
.n2-ss-slide .hero-copy,
.n2-ss-slide .slide-two-copy{
    margin-left:60px !important;
    max-width:520px !important;
}

/* Remove GTL button */
.n2-ss-slide .glt-button,
.n2-ss-slide .visit-glt,
.n2-ss-slide a[href*="youtube.com"]{
    display:none !important;
}

/* Increase video size */
.n2-ss-slide iframe,
.n2-ss-slide .n2-ow-youtube{
    width:640px !important;
    height:360px !important;
    max-width:640px !important;
}

/* Fullscreen icon */
.slide-expand-video{
    position:absolute;
    bottom:18px;
    right:18px;
    width:34px;
    height:34px;
    border:1px solid rgba(255,255,255,.65);
    border-radius:4px;
    background:rgba(0,0,0,.35);
    color:#fff;
    cursor:pointer;
    z-index:9999;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    backdrop-filter: blur(3px);
}

.slide-expand-video:hover{
    background:rgba(255,255,255,.15);
}
