.spw-section {
    min-height: 600px;
    padding: 10px;
}
@media screen and (max-width: 766px) {
    .spw-section {
        min-height: 450px;
        padding: 10px;
    }
}
/* BANNER */
.spw-img-banner {
    position: relative;
    margin-left: 31%;
    margin-top: 80px;
}
.spw-img-banner img {
    position: absolute;
    left: 0;
    top: 0;
    image-rendering: -webkit-optimize-contrast;
}
.spw-oid-logo {
    padding: 20px;
}
.spw-oid-title h1 {
    font-size: 20px;
}
.spw-oid-title h2 {
    font-size: 17px;
}
@media screen and (max-width: 766px) {
    .spw-img-banner {
        margin-top: 0;
    }
}
/* YOUTUBE */
.journey-step {
    position: relative;
}
.journey-step img {
    image-rendering: -webkit-optimize-contrast;
}
.journey-step h5 {
    position: absolute;
    bottom: -12px;
    font-size: 12px;
}
.spw-title {
    font-size: 48px;
}
@media screen and (max-width: 766px) {
    .spw-title {
        font-size: 32px;
        margin-bottom: 40px !important;
    }
}
.yt-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    margin-bottom: 80px;
}
.yt-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
/* TH MAP. */
.spw-thdata {
    width: 100%;
    padding: 1% 10%;
    display: inline-block;
    min-height: 120px;
}
.spw-thdata-img {
    float: left;
    width: 20%;
    margin-right: 20px;
}
.spw-thdata-title {
    float: left;
    color: white;
    width: 70%;
    padding: 10px 25px;
    text-align: left;
}
.spw-thdata-title h5 {
    font-size: 14px;
}
.spw-th-search-box {
    background-color: white;
    padding: 40px;
    border-radius: 6px;
}
.spw-th-search-option {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    font-size: 100%;
}
.spw-th-search-option .btn {
    width: 50%;
    float: left;
    border-radius: 0;
}

@media screen and (max-width: 960px) {
    .spw-thdata-img {
        width: 40%;
        margin-left: 30%;
        margin-bottom: 10px;
    }
    .spw-thdata-title {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .spw-thdata-title h3 {
        font-size: 18px;
    }
    .spw-thdata-title h5 {
        font-size: 12px;
    }
}
/* STORY */
.spw-story-container {
    height: 310px;
    overflow: hidden;
    position: relative;
}
.spw-story-slide {
    width: 100%;
    position: absolute;
}
.spw-story-box {
    width: 300px;
    float: left;
    padding: 10px;
    border-radius: 6px 6px 0 0;
}
.spw-story-box img {
    border-radius: 6px 6px 0 0;
}
.spw-story-title {
    background-color: white;
    height: 76px;
    overflow: hidden;
    padding: 10px;
    text-align: left;
    font-size: 14px;
    border-radius: 0 0 6px 6px;
}
.spw-btn-change-story {
    height: 310px;
    line-height: 310px;
    cursor: pointer;
}
.spw-btn-change-story i {
    font-size: 28px;
}
@media screen and (max-width: 766px) {
    .spw-btn-change-story {
        height: 50px;
        line-height: 50px;
    }
}


