.gallery-header-caption {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
    font-size: 18px;
    letter-spacing: 0em;
}
.gallery-main-content {
    width: 100%;
    background-color: #3E3D4D;
}
.sha-container-gallery {
    max-width: 1356px;
    padding-top: 45px;
}
.sha-container-gallery1 {
    padding-bottom: 15px;
}
.sha-container-gallery .col-big {
    width: 67%;
    flex: 0 0 auto;
}

.sha-container-gallery .col-small {
    width: 33%;
    flex: 0 0 auto;
}

.col-big .youtube {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.col-big .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.col-small .youtube {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.col-small .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.col-big .video-des {
    padding: 15px 0 15px 15px;
    background-color: #646470;
}
.col-big .video-des p, .col-big .video-des h2{
    margin-bottom: 0;
    color: #F7F7F8;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
}
.sha-container-gallery1 .col-small {
    padding-left: 32px;
    padding-right: 17px;
}
.sha-container-gallery2 .col-small {
    padding-right: 36px;
}
.sha-container-gallery2 .col-big {
    padding-right: 15px;
    padding-left: 7px;
}

.col-small .video-des {
    padding: 10px 0 8px 15px;
    background-color: #646470;
}
.col-small .video-des p, .col-small .video-des h2{
    margin-bottom: 0;
    color: #F7F7F8;
    font-size: 12px;
    line-height: unset;
    font-weight: 300;
}
.w-cta {
    text-align: center;
    padding: 0 0;
}
.w-cta p {
    display: inline-block;
    margin: 0;
    padding-bottom: 28px;
    position: relative;
    color: #B9BFC3;
    font-size: 30px;
    font-weight: 500;
    padding-left: 8px;
}
.w-cta p:before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../img/gallery/icon_title.png);
    height: 33px;
    width: 325px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #3E3D4D;
}
.w-cta span {
    background-color: #ffd228;
    font-size: 36px;
    color: #fff;
    height: 73px;
    line-height: 73px;
    padding: 0;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 0;
    width: 580px;
}

.w-cta {
    padding-top: 70px;
    padding-bottom: 15px;
}
.banner-line {
    text-align: center;
    padding-bottom: 40px;
}
.banner-line img {
    max-width: 650px;
}
@media (min-width: 768.01px) {
    #content {
        padding-bottom: 0;
    }
    .p-b-pc-gallery {
        padding-bottom: 28px;
    }

}

@media (max-width: 968px) and (min-width: 930px) {
    .col-small .video-des p, .col-small .video-des h2{
        font-size: 12px !important;
        border-bottom: unset !important;
    }
    .col-big .video-des p, .col-big .video-des h2{
        font-size: 12px !important;
        border-bottom: unset !important;
    }
    .col-big .youtube {
        width: 100%;
        position: relative;
        padding-bottom: 0;
        height: auto;
    }
    .col-big .youtube iframe {
        position: unset;
        height: 367px;
    }
    .col-small .youtube {
        width: 100%;
        position: relative;
        padding-bottom: 0;
        height: auto;
    }
    .col-small .youtube iframe {
        position: unset;
        height: 150px;
    }
    .sha-container-gallery1 .col-small {
        padding-left: 15px;
    }
    .sha-container-gallery2 .col-small {
        padding-right: 15px;
    }
}
@media (max-width: 930px) and (min-width: 768.01px) {
    .col-small .video-des p, .col-small .video-des h2{
        font-size: 12px !important;
        border-bottom: unset !important;
    }
    .col-big .video-des p, .col-big .video-des h2{
        font-size: 12px !important;
        border-bottom: unset !important;
    }
    .col-big .youtube {
        width: 100%;
        position: relative;
         padding-bottom: 0;
         height: auto;
    }
    .col-big .youtube iframe {
        position: unset;
        height: 403px;
    }
    .col-small .youtube {
        width: 100%;
        position: relative;
         padding-bottom: 0;
         height: auto;
    }
    .col-small .youtube iframe {
        position: unset;
        height: 150px;
    }
    .sha-container-gallery1 .col-small {
        padding-left: 15px;
    }
    .sha-container-gallery2 .col-small {
        padding-right: 15px;
    }
}

@media (max-width: 768.01px) {
    #content {
        padding-bottom: 10px;
    }
    .sha-container-gallery .col-small, .sha-container-gallery .col-big {
        width: 100%;
        padding-bottom: 20px;
    }
    .sha-container-gallery1 .col-small,.sha-container-gallery2 .col-small {
        display: flex;
        padding-left: 20px;
        padding-right: 20px;
        justify-content: space-between;
    }
    .col-small .col-content {
        width: 48%;
    }
    .col-big .col-content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .gallery-header-caption {
        font-size: 0.8rem;
        padding: 10px 15px;
        text-align: center;
    }
    h1.curve-text {
        margin-bottom: 0;
    }
    .sha-container-gallery {
        padding-top: 20px;
    }

    .col-big .video-des p, .col-big .video-des h2{
        font-size: 12px;
    }
    .col-small .video-des p, .col-small .video-des h2 {
        font-size: 10px;
    }
    .col-big .video-des {
        padding: 10px 0 10px 10px;
    }
    .col-small .video-des {
        padding: 8px 0 8px 5px;
    }
    .sha-container-gallery1 {
        padding-bottom: 0;
    }
    .sha-container-gallery2 {
        padding-top: 0;
    }

    .w-cta {
        text-align: center;
        padding: 35px 0 0 0;
    }
    .w-cta p {
        font-size: 15px;
        font-weight: 500;
        padding-bottom: 0;
        margin-bottom: 15px
    }
    .w-cta p:before {
        height: 15px;
        width: 135px;
        background-size: contain;
        bottom: -15px;
    }
    .w-cta span {
        height: 40px;
        line-height: 40px;
        font-size: 19px;
        width: 273px;
        max-width: 100%;
        padding: 0;
        text-align: center;
    }
    .banner-line {
        text-align: center;
        padding-bottom: 40px;
    }
    .banner-line img {
        max-width: 265px;
    }
    .banner-line img {
        max-width: 100%;
    }
}
@media (max-width: 482px) {
    .sha-container-gallery .col-small, .sha-container-gallery .col-big {
        width: 100%;
        padding-bottom: 20px;
    }
    .sha-container-gallery1 .col-small,.sha-container-gallery2 .col-small {
        display: flex;
        padding-left: 20px;
        padding-right: 20px;
        justify-content: space-between;
    }
    .col-small .col-content {
        width: 48%;
    }
    .col-big .col-content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .gallery-header-caption {
        font-size: 0.8rem;
        padding: 10px 15px;
        text-align: center;
    }
    h1.curve-text {
        margin-bottom: 0;
    }
    .sha-container-gallery {
        padding-top: 20px;
    }

    .col-big .video-des p, .col-big .video-des h2{
        font-size: 10px;
    }
    .col-small .video-des p, .col-small .video-des h2 {
        font-size: 7px;
    }
    .col-big .video-des {
        padding: 10px 0 10px 10px;
    }
    .col-small .video-des {
        padding: 8px 0 8px 5px;
    }
    .sha-container-gallery1 {
        padding-bottom: 0;
    }
    .sha-container-gallery2 {
        padding-top: 0;
    }
    .w-cta {
        text-align: center;
        padding: 5px 0 0 0;
    }
    .banner-line {
        text-align: center;
        padding-bottom: 10px;
    }
    .banner-line img {
        max-width: 100%;
    }
}
@media (max-width: 387.99px) {

    .gallery-header-caption {
        font-size: 11px;
        padding: 15px;
        text-align: center;
    }
    .col-big .video-des p, .col-big .video-des h2, .col-small .video-des p, .col-small .video-des h2 {
        font-size: 9px;
    }
}
