.tsw-reel-wrap {
    padding: 0;
}
.tsw-reel {
    position: relative;
    display: block;
    max-width: 1140px;
    margin: 0 auto 30px auto;
}

.tsw-reel .tsw-title, .tsw-reel h1.tsw-title, .tsw-reel h2.tsw-title, .tsw-reel h3.tsw-title, .tsw-reel p.tsw-title,
.formatBlock .tsw-reel h1.tsw-title, .formatBlock .tsw-reel h2.tsw-title, .formatBlock .tsw-reel h3.tsw-title,
.formatBlock .tsw-reel p.tsw-title, .wpb_wrapper .tsw-reel h1.tsw-title, .wpb_wrapper .tsw-reel h2.tsw-title, .wpb_wrapper .tsw-reel h3.tsw-title,
.wpb_wrapper .tsw-reel p.tsw-title {
    font-size: 36px;
    letter-spacing: -1px;
}
.tsw-reel-tabs {
    margin-bottom: 30px;
    padding: 12px 20px 36px 20px;
    background: #DEEBFF;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.tsw-reel {}
.tsw-reel:not(:last-child){
    margin-bottom: 59px;
}

.tsw-reel-title {
    margin-bottom: 34px;
}
.tsw-reel-posts {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.tsw-reel .tsw-card {
    width: 304px;
}
.tsw-reel .tsw-card {
    margin: 0 3% 40px 3%;
}

.tsw-reel .tsw-card-title {
    line-height: 1.44em;
}
.tsw-reel .tsw-card-header {
    position: relative;
    margin-bottom: 9px;
    width: 100%;
}
.tsw-reel .tsw-card-md {
    padding: 33px 17px 16px 17px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.tsw-reel .tsw-card-md .tsw-card-image-wrap {
    position: relative;
    margin-bottom: 26px;
    z-index: 5;
}
.tsw-reel .tsw-card-metas {
    align-self: flex-end;
}

.tsw-reel .tsw-card-image {
    height: 155px;
}
.tsw-reel .tsw-card-image-over {
    display: block;
}
.tsw-reel .tsw-card-image-over {
    background-image: url("../tsw-subtract.svg");
}

.tsw-reel .tsw-card-category {
    position: absolute;
    top: -19px;
    left: 12px;
    display: inline-block;
    font-size: 15px;
    line-height: 1.2em;
    color: #000000;
    padding: 2px 6px 5px 6px;
    font-weight: normal;
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg);
    z-index: 15;
    border-radius: 2px 2px 6px 4px;
}

@media (max-width: 800px){}
@media (max-width: 545px){
    .tsw-reel .tsw-title, .tsw-reel h1.tsw-title, .tsw-reel h2.tsw-title, .tsw-reel h3.tsw-title, .tsw-reel p.tsw-title,
    .formatBlock .tsw-reel h1.tsw-title, .formatBlock .tsw-reel h2.tsw-title, .formatBlock .tsw-reel h3.tsw-title,
    .formatBlock .tsw-reel p.tsw-title, .wpb_wrapper .tsw-reel h1.tsw-title, .wpb_wrapper .tsw-reel h2.tsw-title, .wpb_wrapper .tsw-reel h3.tsw-title,
    .wpb_wrapper .tsw-reel p.tsw-title {
        font-size: 28px;
        letter-spacing: 0;
    }
    .tsw-reel .tsw-card {
        max-width: 304px;
    }
    .tsw-reel .tsw-card-link {
        display: block !important;
    }
    .tsw-reel .tsw-card-image-wrap {
        width: auto;
        min-width: auto;
        height: auto;
        margin-right: auto;
    }
    .tsw-reel:not(:last-child) {
        margin-bottom: 10px;
    }
}