#page-three-2 header.header{
    background: transparent url(../img/header-bg-cap-03.jpg) no-repeat center top;
    background-size: 100vw;
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: multiply;
}
#page-three-2 section .container-fluid{
    padding: 6vw 6.5vw 11vw 6.5vw;
}
#page-three-2 .tab-menu a {
    display: inline-block;
}
#page-three-2 .tab-menu.fixed a.color-orange {
    color: #FFF !important;
}

/* = Section 01= */
#page-three-2 .section-01 .text-box{
    column-fill: balance;
    column-count: 2;
    column-gap: 8.3vw;
    padding-bottom: 4vw;
}
#page-three-2 .section-01 img{
    width:67%;
}
#page-three-2 .section-01 .big-link{
    text-align: center;
    margin-top: 3vw;
}
#page-three-2 .section-01 a{
    font-size: 1.3vw;
    font-weight: 500;
    color: var(--color-dark-purple);
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 0.1em;
    text-decoration-thickness: 0.2vw;
    text-decoration-color: var(--color-orange);
}

.video-iframe {
    width: 67vw !important;
    height: 37.6vw;
    margin: auto;
}
.align-center {
    text-align: center;
}



/* Smartphones */


@media only screen and (max-width: 768px) {
/*************** MOBILE ONLY CSS ***************/



#page-three-2 .section-01 .text-box {
    column-count: 1;
}
#page-three-2 .section-01 img {
    width: 100%;
}

#page-three-2 .section-01 a {
    font-size: 24px;
}

#page-three-2 header.header {
    background-color: #FFF;
}



.video-iframe {
    width: 100% !important;
    height: 50vw;
}

































}