.tpo-paragraph-video-container {
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.tpo-paragraph-row {
    margin-bottom: 35px;
    margin-top: 35px;
}

.tpo-paragraph-video-background {
    position: relative;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    background-size: cover;
}

.tpo-paragraph-secondary-container {
    z-index: 1;
    position: relative;
}

.tpo-paragraph-container {
    position: relative;
}

.tpo-paragraph-image {
    width: 100%;
}

.tpo-paragraph-image>a>img {
    width: 100%;
}

.tpo-paragraph-image>a {
    width: 100%;
}

.tpo-paragraph-image>img {
    width: 100%;

}
/*
.tpo-paragraph-cta.paragraph--type--call-to-action .field--name-field-tpo-paragraph-image img {
    width: 100%;
    margin: 0 auto;
}
*/

.tpo-paragraph-container.container-fluid .tpo-paragraph-carousel {
    margin-left: -15px;
    margin-right: -15px;
    }
    
.tpo-pages-with-sidebar .tpo-paragraph-secondary-container.container {
    width: 100% !important;
}

.tpo-pages-with-sidebar .tpo-paragraph-container.container {
    width: 100% !important;
}

@media screen and (max-width:480px){
    .tpo-paragraph-carousel .carousel-indicators {
        display:none;
    }    
}

.tpo-paragraph-container > .tpo-paragraph-video-container + .field--name-field-tpo-paragraph-content{
    z-index: 1;
    position: relative;
}

/*
.tpo-paragraph-cta.paragraph--type--call-to-action.secondary-block .cta-btn a{
    width: 100%;
}
*/

.tpo-paragraph-carousel .carousel-control.left{
    visibility: hidden;
}
.tpo-paragraph-carousel .carousel-control.right{
    visibility: hidden;
}

/*Bootstrap five column classes */

.col-xs-5th-1,
.col-xs-5th-2,
.col-xs-5th-3,
.col-xs-5th-4 {
    float: left !important;
}

.col-xs-5th-5 {
    float: left !important;
    width: 100% !important;
}

.col-xs-5th-4 {
    width: 80% !important;
}

.col-xs-5th-3 {
    width: 60% !important;
}

.col-xs-5th-2 {
    width: 40% !important;
}

.col-xs-5th-1 {
    width: 20% !important;
}

.col-xs-5th-pull-5 {
    right: 100% !important;
}

.col-xs-5th-pull-4 {
    right: 80% !important;
}

.col-xs-5th-pull-3 {
    right: 60% !important;
}

.col-xs-5th-pull-2 {
    right: 40% !important;
}

.col-xs-5th-pull-1 {
    right: 20% !important;
}

.col-xs-5th-pull-0 {
    right: auto !important;
}

.col-xs-5th-push-5 {
    left: 100% !important;
}

.col-xs-5th-push-4 {
    left: 80% !important;
}

.col-xs-5th-push-3 {
    left: 60% !important;
}

.col-xs-5th-push-2 {
    left: 40% !important;
}

.col-xs-5th-push-1 {
    left: 20% !important;
}

.col-xs-5th-push-0 {
    left: auto !important;
}

.col-xs-5th-offset-5 {
    margin-left: 100% !important;
}

.col-xs-5th-offset-4 {
    margin-left: 80% !important;
}

.col-xs-5th-offset-3 {
    margin-left: 60% !important;
}

.col-xs-5th-offset-2 {
    margin-left: 40% !important;
}

.col-xs-5th-offset-1 {
    margin-left: 20% !important;
}

.col-xs-5th-offset-0 {
    margin-left: 0% !important;
}

@media (min-width: 768px) {
    .col-sm-5th-1,
    .col-sm-5th-2,
    .col-sm-5th-3,
    .col-sm-5th-4 {
        float: left !important;
    }
    .col-sm-5th-5 {
        float: left !important;
        width: 100% !important;
    }
    .col-sm-5th-4 {
        width: 80% !important;
    }
    .col-sm-5th-3 {
        width: 60% !important;
    }
    .col-sm-5th-2 {
        width: 40% !important;
    }
    .col-sm-5th-1 {
        width: 20% !important;
    }
    .col-sm-5th-pull-5 {
        right: 100% !important;
    }
    .col-sm-5th-pull-4 {
        right: 80% !important;
    }
    .col-sm-5th-pull-3 {
        right: 60% !important;
    }
    .col-sm-5th-pull-2 {
        right: 40% !important;
    }
    .col-sm-5th-pull-1 {
        right: 20% !important;
    }
    .col-sm-5th-pull-0 {
        right: auto !important;
    }
    .col-sm-5th-push-5 {
        left: 100% !important;
    }
    .col-sm-5th-push-4 {
        left: 80% !important;
    }
    .col-sm-5th-push-3 {
        left: 60% !important;
    }
    .col-sm-5th-push-2 {
        left: 40% !important;
    }
    .col-sm-5th-push-1 {
        left: 20% !important;
    }
    .col-sm-5th-push-0 {
        left: auto !important;
    }
    .col-sm-5th-offset-5 {
        margin-left: 100% !important;
    }
    .col-sm-5th-offset-4 {
        margin-left: 80% !important;
    }
    .col-sm-5th-offset-3 {
        margin-left: 60% !important;
    }
    .col-sm-5th-offset-2 {
        margin-left: 40% !important;
    }
    .col-sm-5th-offset-1 {
        margin-left: 20% !important;
    }
    .col-sm-5th-offset-0 {
        margin-left: 0% !important;
    }
}

@media (min-width: 992px) {
    .col-md-5th-1,
    .col-md-5th-2,
    .col-md-5th-3,
    .col-md-5th-4 {
        float: left !important;
    }
    .col-md-5th-5 {
        float: left !important;
        width: 100% !important;
    }
    .col-md-5th-4 {
        width: 80% !important;
    }
    .col-md-5th-3 {
        width: 60% !important;
    }
    .col-md-5th-2 {
        width: 40% !important;
    }
    .col-md-5th-1 {
        width: 20% !important;
    }
    .col-md-5th-pull-5 {
        right: 100% !important;
    }
    .col-md-5th-pull-4 {
        right: 80% !important;
    }
    .col-md-5th-pull-3 {
        right: 60% !important;
    }
    .col-md-5th-pull-2 {
        right: 40% !important;
    }
    .col-md-5th-pull-1 {
        right: 20% !important;
    }
    .col-md-5th-pull-0 {
        right: auto !important;
    }
    .col-md-5th-push-5 {
        left: 100% !important;
    }
    .col-md-5th-push-4 {
        left: 80% !important;
    }
    .col-md-5th-push-3 {
        left: 60% !important;
    }
    .col-md-5th-push-2 {
        left: 40% !important;
    }
    .col-md-5th-push-1 {
        left: 20% !important;
    }
    .col-md-5th-push-0 {
        left: auto !important;
    }
    .col-md-5th-offset-5 {
        margin-left: 100% !important;
    }
    .col-md-5th-offset-4 {
        margin-left: 80% !important;
    }
    .col-md-5th-offset-3 {
        margin-left: 60% !important;
    }
    .col-md-5th-offset-2 {
        margin-left: 40% !important;
    }
    .col-md-5th-offset-1 {
        margin-left: 20% !important;
    }
    .col-md-5th-offset-0 {
        margin-left: 0% !important;
    }
}

@media (min-width: 1200px) {
    .col-lg-5th-1,
    .col-lg-5th-2,
    .col-lg-5th-3,
    .col-lg-5th-4 {
        float: left !important;
    }
    .col-lg-5th-5 {
        float: left !important;
        width: 100% !important;
    }
    .col-lg-5th-4 {
        width: 80% !important;
    }
    .col-lg-5th-3 {
        width: 60% !important;
    }
    .col-lg-5th-2 {
        width: 40% !important;
    }
    .col-lg-5th-1 {
        width: 20% !important;
    }
    .col-lg-5th-pull-5 {
        right: 100% !important;
    }
    .col-lg-5th-pull-4 {
        right: 80% !important;
    }
    .col-lg-5th-pull-3 {
        right: 60% !important;
    }
    .col-lg-5th-pull-2 {
        right: 40% !important;
    }
    .col-lg-5th-pull-1 {
        right: 20% !important;
    }
    .col-lg-5th-pull-0 {
        right: auto !important;
    }
    .col-lg-5th-push-5 {
        left: 100% !important;
    }
    .col-lg-5th-push-4 {
        left: 80% !important;
    }
    .col-lg-5th-push-3 {
        left: 60% !important;
    }
    .col-lg-5th-push-2 {
        left: 40% !important;
    }
    .col-lg-5th-push-1 {
        left: 20% !important;
    }
    .col-lg-5th-push-0 {
        left: auto !important;
    }
    .col-lg-5th-offset-5 {
        margin-left: 100% !important;
    }
    .col-lg-5th-offset-4 {
        margin-left: 80% !important;
    }
    .col-lg-5th-offset-3 {
        margin-left: 60% !important;
    }
    .col-lg-5th-offset-2 {
        margin-left: 40% !important;
    }
    .col-lg-5th-offset-1 {
        margin-left: 20% !important;
    }
    .col-lg-5th-offset-0 {
        margin-left: 0% !important;
    }
}

