@import url('https://fonts.googleapis.com/css2?family=Square+Peg&display=swap');

html, body {
    padding: 0;
    margin: 0;
}
.article, .landing-page {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent;
}
.article, #global-footer {
    opacity: 0;
}
.none, #back-top {
    display: none !important;
}
.SeeMeNot {
    opacity: 0;
}
.SeeMe {
    opacity: 1;
}
.noseeMe {
    opacity: 0 !important;
    transition: opacity .25s ease-in-out !important;
    -moz-transition: opacity .25s ease-in-out !important;
    -webkit-transition: opacity .25s ease-in-out !important;
}
.seeMefade25 {
    opacity: 1 !important;
    transition: opacity .25s ease-in-out !important;
    -moz-transition: opacity .25s ease-in-out !important;
    -webkit-transition: opacity .25s ease-in-out !important;
}
.seeMefade5 {
    opacity: 1 !important;
    transition: opacity .5s ease-in-out !important;
    -moz-transition: opacity .5s ease-in-out !important;
    -webkit-transition: opacity .5s ease-in-out !important;
}
.seeMefade5delay {
    opacity: 1 !important;
    transition: opacity .5s ease-in-out !important;
    -webkit-transition: opacity .5s !important;
    -webkit-transition-delay: 5s;
    /* Safari */
    transition-delay: 1s !important;
}
.seeMefade1 {
    opacity: 1 !important;
    transition: opacity 1s ease-in-out !important;
    -moz-transition: opacity 1s ease-in-out !important;
    -webkit-transition: opacity 1s ease-in-out !important;
}
.seeMealways {
    opacity: 1 !important;
    transition: opacity .25s ease-in-out !important;
    -moz-transition: opacity .25s ease-in-out !important;
    -webkit-transition: opacity .25s ease-in-out !important;
}
.no-scroll {
    overflow: hidden;
}
.absolute {
    position: absolute;
}
.move-up {
    transform: translateY(-200px);
    transition: transform 1s;
}
.scroll-progress-container {
    width: 100%;
    height: 5px;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 20;
}
.scroll-progress {
    width: 0px;
    height: 5px;
    background: linear-gradient(to right, #1eadc1 57%, #002856 100%);
}
.subHed {
    text-transform: uppercase;
    color: #666;
    letter-spacing: 6px;
    font-size: 1.75rem;
    font-weight: 200;
}
.entry-title {
    margin: auto !important;
    text-align: center !important;
    max-width: none !important;
}
.transcript {
    margin: auto;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-width: 330px;
}
.trans-right {
    float: right;
    margin-right: calc(50% - 500px);
    margin-left: 36px;
    text-align: right;
    margin-bottom: 30px;
}
.trans-left {
    float: left;
    margin-left: calc(50% - 445px);
    margin-right: 36px;
    text-align: left;
    margin-bottom: 30px;
}
.trans-full {
    width: 100%;
    padding: 85px 0 45px;
    text-align: center;
    max-width: 800px;
    margin: 50px auto;
}
.trans-full::after {
    content: '';
    width: 250px;
    max-width: 30%;
    border-bottom: solid 3px #d11947;
    position: absolute;
    left: calc(50% - 125px);
    bottom: 0px;
    z-index: 1;
}
.trans-full::before {
    content: '';
    width: 250px;
    max-width: 30%;
    border-bottom: solid 3px #d11947;
    position: absolute;
    left: calc(50% - 125px);
    top: 0px;
    z-index: 1;
}
.quotation-marks {
    font-size: 9rem;
    color: #d11947;
    line-height: 0;
    margin: 26px auto 0 !important;
    padding: 0;
    display: none;
}
.img-cont.trans-left, .img-cont.trans-right {
    margin-bottom: 0
}
.trans-p {
    font-size: 2.25rem;
    margin: auto !important;
    display: inline;
    opacity: .5;
    -webkit-transition: opacity .65s;
    transitions: opacity .65s;
    z-index: 5;
    position: relative;
}
#aaa {
    position: absolute;
    right: 5vw;
    bottom: 20vh;
    color: #fff;
    font-size: 3rem;
    font-family: "sj-sans-bold";
}
.quotes::before {
    content: "";
    height: 5vh;
    width: 6vh;
    max-height: 50px;
    left: 0;
    position: absolute;
    top: -50px;
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23ffffff' viewBox='0 0 291.9 251.2' style='enable-background:new 0 0 291.9 251.2;' xml:space='preserve'%3E%3Cpath d='M69.8,0h65.5L87.4,121c28.6,7.6,48.7,31.9,48.7,63c0,37-28.6,67.2-67.2,67.2c-38.7,0-68.9-29.4-68.9-74 c0-22.7,7.6-43.7,20.2-70.6L69.8,0L69.8,0z M225.6,0h65.5l-47.9,121c28.6,7.6,48.7,31.9,48.7,63c0,37-28.6,67.2-67.2,67.2 s-68.9-29.4-68.9-74c0-22.7,7.6-43.7,20.2-70.6L225.6,0L225.6,0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    display: block;
    right: 0;
    margin: auto;
}
.trans-full .quotes::before {
    right: 0;
    left: 0;
    margin: auto;
    top: 22px;
    opacity: 1;
}
.hero-text.backdrop {
    position: absolute;
    transform: translateX(3px) translateY(3px);
    color: #777;
    mix-blend-mode: color-burn;
    filter: blur(2px);
    top: 0;
}
.story-block p, .story-block h3 {
    max-width: 600px;
    margin-right: 30%;
    margin: auto;
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
}
.section h2.h2-one {
    font-size: 2rem;
}
.head-by-main {
    color: #333;
    position: relative;
    max-width: 600px;
    text-align: left;
    margin: 0 auto 20px;
}
span.parts {
    display: block;
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 100;
    line-height: 30px;
}
span.parts:after {
    content: '';
    width: 250px;
    max-width: 30%;
    border-bottom: solid 3px #d11947;
    position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 1;
}
span.parts b {
    color: #d11947;
}
/* form */
form {
    max-width: 800px;
    margin: auto;
}
form div {
    margin-top: .5625rem;
    margin-bottom: .5625rem;
}
input[type="text"] {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: .5625rem;
    overflow: hidden;
    transition: border .25s ease-in-out;
    border: 1px solid;
    border-color: #e6e6e6;
    border-radius: 0.2rem;
}
textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: .2rem;
}
form input.btn-primary, .signMe .btn-primary {
    padding: 0.85rem 2rem;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
    line-height: initial;
}
div#textarea_feedback {
    display: inline-block;
}
a.donateNow {
    position: fixed;
    right: 80px;
    bottom: 1.5rem !important;
    z-index: 10;
    transition: opacity 1.5s;
}
img.page-banner {
    margin: 20px auto 0px;
    display: block;
    cursor: pointer;
}
.signMe {
    width: 80%;
    max-width: 600px;
    margin: 40px auto;
    border: solid 1px #333;
    border-radius: 8px;
    padding: 20px 24px 20px;
    text-align: center;
    position: relative;
}
div#autograph {
    display: block;
    z-index: 100;
    position: relative;
}

div#autograph {
    display: block;
    z-index: 100;
    position: relative;
}
form#userForm {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    border: solid 1px #666;
    border-radius: 8px;
    max-width: 600px;
    margin: auto;
    height: fit-content;
    padding: 20px;
}
#userForm input#name, #userForm input#email {
    width: 90%;
}
#userForm sup {
    color: #d11947;
    margin-left: 5px;
    font-size: initial;
}
#userForm select#font {
    width: 30%;
    border-radius: 4px;
    padding: 0.85rem 2rem;
}
body.formActive:before {
    content: "";
    background: #000000c7;
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}
a#closeForm {
    display: block;
    text-align: center;
}
.sticky-bar .scroll-fade-in .action > .trigger {
    bottom: 1.125rem !important;
}
/********** moved from js **********/
.btn-secondary {
    color: #333333;
    transition: all .25s ease-in-out;
    border: 1px solid;
    border-color: #333;
    background: #fff;
    cursor: pointer;
}
.btn-secondary:hover {
    background: #f5f5f5 !important;
    color: #d11947 !important;
}
#wufoo-s1t3fbx20agf1yu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    border: solid 1px #666;
    border-radius: 8px;
    width: 70%;
    margin: auto;
    height: 80%;
    z-index: 50;
    max-width: 600px;
    display: none;
    overflow: auto;
    text-align: center;
}
#wufoo-s1t3fbx20agf1yu iframe {
    transform: scale(.9);
    position: relative;
    top: 16px;
    transform-origin: top center;
/*    height: 100%;*/
}
div#formClose {
    position: fixed; /* bottom: calc(5vh - 1.125rem); */
    color: #666;
    z-index: 500;
    right: calc(100vw - 50% - 320px);
    top: calc(10% - 10px);
    margin: auto;
    text-align: center;
    cursor: pointer;
    width: 40px;
    border: solid 2px #000;
    border-radius: 50%;
    display: none;
    height: 40px;
    background-color: #fff;
}
.signMe {
    display: block;
}
.wufoo.section {
    height: auto;
}
body.formActive:before {
    z-index: 50
}
body.formActive {
    overflow: hidden;
}
#quickSign {
    position: fixed;
    border: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M421.7 220.3L188.5 453.4L154.6 419.5L158.1 416H112C103.2 416 96 408.8 96 400V353.9L92.51 357.4C87.78 362.2 84.31 368 82.42 374.4L59.44 452.6L137.6 429.6C143.1 427.7 149.8 424.2 154.6 419.5L188.5 453.4C178.1 463.8 165.2 471.5 151.1 475.6L30.77 511C22.35 513.5 13.24 511.2 7.03 504.1C.8198 498.8-1.502 489.7 .976 481.2L36.37 360.9C40.53 346.8 48.16 333.9 58.57 323.5L291.7 90.34L421.7 220.3zM492.7 58.75C517.7 83.74 517.7 124.3 492.7 149.3L444.3 197.7L314.3 67.72L362.7 19.32C387.7-5.678 428.3-5.678 453.3 19.32L492.7 58.75z'/%3E%3C/svg%3E");
    background-color: #136fd8;
    width: 2.8125rem;
    height: 2.8125rem;
    line-height: 2.8125rem;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    top: 1.125rem !important;
    right: 1.125rem;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50%;
    display: block !important;
    text-indent: 9999px;
    cursor: pointer;
	z-index: 10;
}
#quickSign p {
    display: none;
}
.how, .how1 {
    position: fixed;
    right: 5rem;
    top: 24px;
    background-color: #136fd8;
    z-index: 40;
    padding: 2px 6px;
    font-size: 14px;
    border-radius: 6px;
    opacity: 0;
    transform: scale(.7);
    transform-origin: center right;
    transition: all 0.2s cubic-bezier(0.54, 1.36, 0.56, 1.35);
}
.how1 {
  left: 5rem;
  bottom: calc(2.8125rem - 16px);
  right: auto;
  top: auto;
  background-color: #d11947;
}
.how p {
    margin: 0 !important;
    line-height: initial;
    color: #fff;
}
.how:before, .how:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    width: 0;
    top: 1px;
}
.how:before {
    right: -20px;
    border: 11px solid transparent;
    border-left-color: #136fd8;
}
.how1::before {
  left: -20px;
  border: 11px solid transparent;
    border-right-color: transparent;
  border-right-color: #d11947;
}
.zoom-in {
    opacity: 1;
    transition: all 0.2s cubic-bezier(0.54, 1.36, 0.56, 1.35);
    transform: scale(1);
}
.item.feature p {
    border-image: linear-gradient(45deg, #b2153d 10%, #d11947 40%, #f586a2 50%, #d11947 90%) 1 !important;
}
.feature .btn-primary {
    background: #ffc32c;
    border-color: #f8b100;
    color: #000;
}
.feature .btn-primary:hover {
    background-color: #ffd25f;
    color: #000;
}
.rod {
    width: 100%;
    height: 40px;
    position: relative;
    z-index: -2;
    background-image: linear-gradient(to bottom, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #ffffc2 0%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
    background-size: 50% 120%;
    filter: drop-shadow(0 4px 3px #00000073);
    animation: glow 6s ease-in-out infinite;
}
@keyframes glow {
    0% {
        background-position: 50% 100%
    }
    50% {
        background-position: 50% 60%
    }
    100% {
        background-position: 50% 100%
    }
}

.ftr {
    padding: 30px 0 50px;
    text-align: center;
    margin: auto;
    background-color: #d11947;
    clip-path: polygon(0 calc(5vw), 100% 0%, 100% 100%, 0 100%);
    color: #fff;
	position: relative;
}

.feed .subHed, .ftr .subHed {
    text-transform: uppercase;
    color: #666;
    letter-spacing: 6px;
    font-size: 1.75rem;
    font-weight: 200;
    padding-top: 0;
}
.ftr .subHed {
    color: #fff;
}
.ftr p {
    text-align: center;
    width: 55%;
    font-size: 1.25rem;
    font-weight: 200;
    margin: 20px auto;
}

.cont {
	width: 80%;
    margin: auto;
}
.lead {
    height: 95vh;
}
.ddd {
    display: flex;
    max-width: 1200px;
    margin: auto;
    width: 100%;
    height: 100%;
}
.flex-container {
    display: flex;
    padding: 0 5%;
    background-color: #fff;
    max-width: 1400px;
    margin: auto;
}
.flex-child {
    flex: 0 auto;
}
.flex-child:first-child {
    width: 60%;
    align-content: center;
}
.flex-child.green {
/*    flex: 2 0;*/
    align-content: center;
}
.lead h1 {
    text-transform: uppercase;
    font-weight: 800;
    color: #d11947;
    font-size: 6rem;
    line-height: 5.5rem;
    width: 58%;
}
.copy {
    width: 82%;
    font-size: 2rem;
    font-weight: 400;
    margin: auto;
    text-align: center;
    line-height: initial;
    /* color: #a5002e; */
    filter: drop-shadow(2px 3px 0px #a5002e);
}
.copy span {
    display: block;
    padding-top: 14px;
    font-size: 1.5rem;
    font-style: italic;
}
.hash {
    font-size: 2.5rem;
    font-weight: 200;
    display: block;
    padding-bottom: 12px;
    color: #d11947;
}
.vidH {
    /*! height: 84%; */
    background-color: #999;
    text-align: center;
    align-content: center;
    overflow: hidden;
    /*! width: 79.5%; */
    margin: auto;
    position: relative;
    border: solid #ffffff 5px;
    aspect-ratio: 9/16 auto;
    width: 65%;
}
.vidH #viddy {
    height: 101%;
    width: 101%;
    position: absolute;
    top: -.5%;
    left: -.5%;
}
.angle {
    height: 80vh;
    color: #fff;
    align-content: center;
    position: relative;
}
.angle .flex-container {
    background-color: #d11947;
    clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0 100%);
    height: 100%;
    width: 100%;
    max-width: none;
    display: block;
    position: relative;
    background-image: url(https://stjude.org/content/dam/en_US/alsac/media-publishing-assets/wiyw/sjmmw25/sjmmw-why-runnersBG_v2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 90%;
    background-blend-mode: soft-light;
}

.angle::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    margin: auto;
	max-width: none;
	background: linear-gradient(0deg, rgb(245 245 245) 42%, rgb(81 81 81) 44%);
}
.btn-cont {
    text-align: center;
}
.btn-cont .btn-primary {
    background: #fff;
    color: #d11947;
    width: 90%;
    display: block;
    font-size: 1.25rem;
    text-transform: uppercase;
    border-bottom-width: 0;
    margin: 0 auto 6px;
    border-radius: 12px;
}
.btn-cont .btn-primary:hover {
  background: #136fd8;
  color: #fff;
}
.btn-cont p {
  line-height: initial;
  padding-bottom: 20px;
}
#muteButton {
    content: "";
    background-image: url(/content/dam/en_US/alsac/media-publishing-assets/mute-button-red_png.png);
    display: block;
    background-size: cover;
    bottom: 0;
    right: 0;
    transform: translate(-50%, -50%);
    color: white;
    cursor: pointer;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    transition: opacity .25s;
}
#muteButton.unmute {
    background-image: url(/content/dam/en_US/alsac/media-publishing-assets/unmute-button-red_png.png);
    opacity: .4;
}
.post-holdr {
    padding: 30px 0;
    text-align: center;
    display: flex;
    align-items: start;
}
.post-holdr iframe {
    display: inline-block !important;
    width: 24% !important;
    min-width: calc((100% / 4) - 4px) !important;
    margin: 0 auto !important;
    border-radius: 12px !important;
    vertical-align: top;
}
.lead .flex-child.magenta {
    flex: 0 auto;
}
@media only screen and (max-width: 860px) {
    body {
        padding-top: 80px;
        background: #fff;
    }
	.grid-container .grid-item {
		width: 86%;
		margin: auto;
	}
	.cont .grid-container .grid-item:first-of-type {
		margin-left: auto !important;
	}
	h1.what span {
		line-height: 2.25rem;
		font-size: 1.75rem;
	}
	.logo-sji-subsite {
    height: 40vw;
}
    .flex-container.lead {
        padding-top: 80px;
    }
    #aaa {
        bottom: 4vh;
    }
    .ddd {
        position: relative;
    }
    .hero-text:not(.backdrop)::before {
        height: 36px;
        width: 90px;
        top: 5px;
        right: 12px;
    }
    .hero-text {
        font-size: 3rem;
    }
    .story-block p, .story-block h3 {
        max-width: 80%;
    }
    .head-by-main, .section h2 {
        width: 80%;
    }
    .feature-img.right p {
        position: relative;
        bottom: 0;
        color: #333;
        right: 0;
        margin: 0 auto;
    }
    .img-cont.trans-left.img-edge {
        width: 100%;
        max-width: none;
    }
    .trans-full {
        max-width: 90%;
    }
    .trans-full::before, .trans-full::after {
        max-width: none;
    }
    .img-edge .caption {
        padding: 0 0 20px 0;
        max-width: 90%;
        margin: 20px auto 0;
    }
    div#autograph {
        max-width: 90%;
        margin: auto;
    }
    .section h1 {
        width: 100%
    }
	.section h1.what {
    font-size: clamp(3.5rem, 10vw, 4.5rem) !important;
    line-height: clamp(3.5rem, 10vw, 4.5rem) !important;
		margin: auto;
  }
    .trans-right, .trans-left {
        float: none !important;
        margin: 30px auto 0 !important;
        width: 80%;
        text-align: left !important;
        position: relative;
        padding: 0px 0 20px;
        max-width: 90%;
    }
    .caption::before {
        left: 0;
    }
/*
    .quotes::before {
        opacity: .17;
    }
*/
    .slick-slide img {
        height: auto;
        width: 80vw;
    }
    .slick-list:before {
        border-width: 0 0 15px 100vw;
        z-index: 5
    }
    .slick-list:after {
        border-width: 0 0 15px 100vw;
    }
    /* */
/*
    .signMe p:before {
        width: 80vw !important;
        background-size: contain;
        top: 4px;
    }
    .signMe {
        padding: 70px 24px 20px;
        text-align: center;
        margin: 0px auto 20px;
        width: 90%;
        border: solid 2px #d11947;
    }
*/
    .signMe .btn-secondary:nth-of-type(1) {
        margin-bottom: 20px;
    }
    .signMe .btn-secondary {
        width: 100%;
        padding: 20px;
        font-size: 1.25rem;
    }
    .donateNow .btn-primary {
        width: 60%;
        display: block;
        text-align: center;
        margin: auto;
        font-size: 1.25rem;
        padding: 1.4rem;
        line-height: 1.25rem;
    }
    a.donateNow {
        left: 0;
        right: 0;
        bottom: 13px !important;
    }
    img.page-banner {
        width: 100%;
        margin-bottom: 0;
    }
}
@media screen and (min-width: 1500px) {
    .lead h1 {
        font-size: 7rem;
        line-height: 6rem;
    }
}
@media screen and (max-height: 500px) {
    .lead h1 {
        font-size: 4rem;
        line-height: 4rem
    }
}
@media screen and (max-width: 700px) {
    .post-holdr iframe {
        width: 49% !important;
        min-width: calc((100% / 2) - 4px) !important;
        margin: 0 auto 30px !important;
    }
    .ddd {
        width: 100%;
    }
    .lead h1 {
        font-size: 4rem;
        line-height: 4rem;
    }
}
@media screen and (max-width: 500px) {
    .lead h1 {
        width: 90%;
    }
    .flex-container {
        display: block;
        padding: 0 30px;
        overflow: auto;
        height: 100%;
        padding-top: 80px;
    }
    .flex-child:first-child {
        width: 100%;
        display: block;
    }
    .flex-child.green {
        display: block;
        width: 100%;
    }
    .flex-container.lead .flex-child.green {
        padding: 0 0 50px;
    }
    .vidH {
        width: 100%;
        aspect-ratio: 9 / 16 auto;
        height: auto;
/*        margin-top: 50px;*/
    }
    .ddd {
        display: block;
    }
    .post-holdr iframe {
        width: 100% !important;
        display: block !important;
        min-width: calc(80%) !important;
        margin-bottom: 20px !important;
    }
    .post-holdr {
        display: block;
    }
    .post-holdr blockquote {
        min-width: 0 !important;
        margin-bottom: 30px !important;
    }
    .angle {
        height: 100px !important;
        clip-path: polygon(0 60px, 100% 0%, 100% 100%, 0 100%) !important;
    }
    .angle .flex-container {
        padding: 0;
        clip-path: polygon(0 60px, 100% 0%, 100% 100%, 0 100%) !important;
        height: 80px !important;
    }
    .btn-cont {
        padding: 50px 0 0;
    }
    .btn-cont .btn-primary {
        width: 100%;
        margin: 0 auto 12px;
    }
    .copy {
        width: 100%;
    }
    .feed .btn-primary {
        padding: .75rem 1rem;
    }
    .feed .copy {
        padding-top: 0 !important;
    }
    .ftr .subHed, .ftr p {
        z-index: 2;
        position: relative;
        filter: drop-shadow(3px 3px 5px black);
    }
}
@media screen and (max-width: 340px) {
    .angle .flex-container {
        clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0 100%);
    }
    .angle .flex-container {
        padding: 80px 30px 70px;
    }
    .feed .btn-primary {
        padding: .75rem .5rem;
    }
}