/* Main Content */
.content {
    width: 100%;
}

.headerinfo {
    display: flex;
    margin-left: 3%;
align-items: center;
margin-top: 5%;
}

.trybtn {
    margin-top: 7%;
    margin-bottom: 5%;
    display: flex;
    flex-wrap: wrap;
}

.button5 {
    background-color: white;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 30px 50px -12px rgba(0, 0, 0, 0.33);
    color: #943E13;
    height: 40px;
    width: 250px;
    padding: 1.5% 5%;
    align-items: center;

}

.button5:hover {
    background-color: #a6a6a6;
    color: #fff;
}

.firstbutton {
    margin-right: 2%;
}

.mockupimg {
    flex: 1;
    padding-top: 0.5%;
}

.videofile {
    width: 100%;
    max-height: 314px;
}

.inpagenav {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 2%;
    font-size: 20px;
}

.inpagenav a {
    text-decoration: underline;
    color: #943E13;
}

.casestudyinfo p {
    font-size: 16px;
    line-height: 75%;
}

.casestudyinfo h1 {
    font-size: 40px;
    line-height: 75%;
}

.casestudyinfo {
    flex: 1.5;
    background-color: #943E13;
    display: inline-block;
    background-size: cover;
    position: relative;
    overflow: hidden;
    color: white;
    font-family: montserrat, sans-serif;
    padding: 1% 5% 1% 5%;
}



.maintext {
    padding: 0 15%;
    max-width: 750px;
    margin: 0 auto;
}

.maintext h2 {
    color: #943E13;
    font-size: 25px;
    padding-top: 4%;
}

.maintext p {
    color: #454545;
    font-size: 16px;
    line-height: 150%;
}

.goal {
    background-color: #943E13;
    margin: 5% 3% 3% 3%;
    box-shadow: 0px 30px 50px -12px rgba(0, 0, 0, 0.22);
    padding-bottom: 3%;
}

.goal h3 {
    text-transform: lowercase;
    font-size: 26px;
    color: white;
    padding: 2.5% 6% 0 6%;
    font-weight: 100;
    text-decoration: underline;
}

.goal p {
    color: white;
    padding: 0 10% 1% 10%;
    font-size: 16px;
    font-weight: 400;
}

.competitors a {
    text-decoration: underline;
    color: #0000FF;
}

.competitors p {
    line-height: 175%;
    padding-bottom: 2%;
}

.companal {
    display: flex;
    flex-wrap: wrap;
}

.companal ul {
    list-style-type: circle;
    padding: 4% 10%;
    border: 1px solid rgba(34,34,34, 0.5);
    height: 325px;
}

.companal li {
    line-height: 175%;
    font-size: 16px;
    padding-bottom: 2%;
}

.small-text {
    font-size: 20px;
    background-color: #943E13;
    color: white;
    padding: 4%;
}

.admireblock {
    width: 50%;
}

.improvblock {
    width: 50%;
}

.userintro h3 {
    text-decoration: underline;
    font-size: 35px;
}

.researchgoaltext {
    padding: 1% 14%;
}

.researchgoaltext h3 {
    font-size: 24px;
}

.researchgoaltext ul {
    list-style: circle;
    padding-left: 5%;
}

.researchgoaltext li {
    padding-bottom: 3%;
}

.userintro {
    margin-bottom: 4%;
}

.wireframetext a {
    text-decoration: underline;
    color: #0000FF;
}

.areaofimprovement {
    background-color: #943E13;
    margin: 5% 1% 3% 1%;
    box-shadow: 0px 30px 50px -12px rgba(0, 0, 0, 0.1);
    padding: .5% 2%;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.areaofimprovement p {
    color: white;
    padding: 0 10% 1% 10%;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}

.areasofimprov {
    display: flex;
    justify-content: center;
    width: 900px;
    margin: 0 auto;
}

.spacing {
    margin-top: 7%;
}

.spacing h4 {
    color: #943E13;
}

#hifi {
    margin-top: 7%;
}


/*Back to Top*/

#myBtn {
    display: none;
    position: fixed; 
    bottom: 20px; 
    right: 30px; 
    z-index: 99; 
    border: none; 
    outline: none; 
    background-color: #943E13; 
    color: #f2f2f2; 
    cursor: pointer; 
    padding: 10px 25px; 
    border-radius: 4px; 
    font-size: 16px; 
  }
  
  #myBtn:hover {
    background-color: #666; 
  }


/* Accordions */

.accordion {
    background-color: white;
    color: #454545;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: center;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: 25px;
}

.accordion.active,
.accordion:hover {
    background-color: #943E13;
    color: white;
    font-weight: 600;
    font-size: 28px;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion:after {
    content: "\002B";
    color: white;
    font-weight: bold;
    float: right;
    margin-right: 15px;
}

.active:after {
    content: "\2212";
    color: white;
}

.usermenus {
    padding-top: 3%;
}

.bullets {
    display: flex;
    overflow: hidden;
    width: 90%;
    padding-left: 3%;
}

.bullet-goal {
    width: 100%;
    padding-right: 5%;
}

.bullet-frus {
    width: 100%;
}

.bullet-goal p {
    color: #943E13;
    font-weight: 600;
    padding-top: 0;
}

.bullet-frus p {
    color: #943E13;
    font-weight: 600;
}

.users {
    display: flex;
    overflow: hidden;
    border: 1px solid rgba(34,34,34, 0.20);
    box-shadow: 0px 30px 50px -12px rgba(0, 0, 0, 0.22);
    margin-top: 5%;
}

.persona {
    width: 40%;
    background-color: rgba(148, 62, 19, 0.25);
    background-size: cover;
    position: relative;
    overflow: hidden;
    color: #454545;
    padding: 2% 3% 3% 3%;
}

.persona p {
    font-size: 16px;
    line-height: 150%;
}

.persona h1 {
    font-size: 20px;
}

.persona img {
    width: 55%;
    padding-left: 7%;
    padding-right: 7%;
    margin-top: 7%;
    background-color: white;
    margin-bottom: 5%;
}

.aboutuser {
    margin: 4%;
}

.personainfo {
    width: 90%;
    padding: 0 2% 0 2%;
}

.personainfo p {
    font-size: 14px;
    padding-bottom: 1%;
    line-height: 150%;
}

.personainfo li {
    font-size: 12px;
    line-height: 150%;
}

.users2 {
    display: flex;
    overflow: hidden;
    margin-top: 5%;
    margin-bottom: 8%;
    border: 1px solid rgba(34,34,34, 0.25);
    box-shadow: 0px 30px 50px -12px rgba(0, 0, 0, 0.22);
}

.personatwo {
    width: 40%;
    background-color: #943E13;
    background-size: cover;
    position: relative;
    overflow: hidden;
    color: white;
    padding: 2% 3% 3% 3%;
}

.personatwo p {
    font-size: 16px;
    line-height: 150%;
    color: white;
}

.personatwo h1 {
    font-size: 20px;
}

.personatwo img {
    width: 55%;
    padding-left: 7%;
    padding-right: 7%;
    margin-top: 7%;
    background-color: white;
    margin-bottom: 7%;
}

.personatwoinfo {
    width: 90%;
    padding: 0 4% 0 4%;
}

.personatwoinfo p {
    font-size: 14px;
    padding-bottom: 4%;
    line-height: 150%;
}

.personatwoinfo li {
    font-size: 12px;
    line-height: 150%;
}

.quote p {
    font-size: 20px;
    text-align: center;
    padding-top: 4%;
}

.quote {
    width: 90%;
    padding-left: 5%;
}

.designsystem img {
    width: 85%;
}

.empathymap img {
    width: 55%;
    padding-bottom: 2%;
    padding-top: 2%;
}

.empathymap {
    text-align: center;
    background-color: white;
    color: white;
    width: 100%;
}

.journeymap img {
    width: 75%;
    padding-bottom: 3%;
    padding-top: 3%;
}

.journeymap {
    text-align: center;
    background-color: white;
    color: white;
    width: 100%;
}

.userflow img {
    width: 50%;
    padding-bottom: 5%;
    padding-top: 5%;
}

.userflow {
    text-align: center;
    background-color: white;
    color: white;
    width: 100%;
}

.wireframes {
    width: 100%;
    text-align: center;
    padding: 3% 0;
}

.wireframes img {
    width: 75%;
    transition: transform 0.25s ease;
}

.usabilitytest a {
    text-decoration: underline;
    color: #0000FF;
}

.usabilitytest li {
    font-size: 16px;
    line-height: 250%;
    margin-left: 5%;
}

.affinity {
    width: 100%;
    text-align: center;
    padding: 3% 3%;
}

.affinity img {
    width: 75%;
    transition: transform 0.25s ease;
}

.hi-fibox {
    align-items: center;
    padding: 2rem 0 1rem 0;
}

.before {
    width: 100%;
    padding-top: 2%;
    text-align: center;
}

.before img {
    width: 75%;
}

.smallimg img {
    width: 50%;
}

.hi-fitext {
    width: 100%;
    color: #454545;
    
}

.hi-fitext li {
    line-height: 150%;
    font-size: 18px;
}

.hi-fitext h3 {
    font-size: 20px;
}

.bottom {
    margin-bottom: 15%;
}

.lessons p {
    line-height: 200px;
}

.key {
    margin-bottom: 3%;
    margin-top: 2%;
}

.step {
    margin-bottom: 15%;
}

.feedback {
    margin-bottom: 3%;
}

.boxx {
    border: 1px solid rgba(34,34,34, 0.25);
    box-shadow: 0px 15px 25px -6px rgba(0, 0, 0, 0.22);
    padding: 1% 4%;
}

.nextsteps p {
    font-size: 16px;
    padding-top: 2%;
}

.nextsteps li {
    font-size: 16px;
    line-height: 200%;
}

.grid2x2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.griditem {
    border: 1px solid rgba(34,34,34, 0.25);
    box-shadow: 0px 15px 25px -6px rgba(0, 0, 0, 0.22);
    padding: 3% 5%;
    width: 35%;
    margin: 2%;
}

@media (max-width: 700px) {
    .headerinfo {
        display: flex;
        flex-direction: column;
        margin-left: 3%;
    }

    .casestudyinfo p {
        font-size: 14px;
        line-height: 100%;
    }

    .casestudyinfo h1 {
        font-size: 20px;
        line-height: 100%;
    }

    .trybtn {
        margin-top: 10%;
        margin-bottom: 10%;
        display: flex;
        flex-direction: column;
    }

    .button5 {
        background-color: white;
        border: none;
        border-radius: 8px;
        box-shadow: 0px 30px 50px -12px rgba(0, 0, 0, 0.33);
        color: #943E13;
        height: 45px;
        width: 250px;
        padding: 1% 3%;
        align-items: center;
        font-size: 12px;
    }

    .firstbutton {
        margin-bottom: 4%;
        margin-right: 0%;
    }

    .mockupimg { 
        align-items: center;
    }

    .videofile {
        width: 100%;
    }

    .casestudyinfo {
        flex: 1;
        background-color: #943E13;
        display: inline-block;
        background-size: cover;
        position: relative;
        overflow: hidden;
        color: white;
        font-family: montserrat, sans-serif;
        padding: 2% 2% 1% 2%;
        width: 100%;
        text-align: center;
    }
    
        .accordion {
            font-size: 18px;
        }

        .panel {
            text-align: center;
        }
        
        .accordion.active,
        .accordion:hover {
            font-size: 18px;
        }

        .usermenus {
            padding-top: 10%;
        }
    
        .wireframetext {
            margin-top: 25%;
        }

        .wireframes {
            width: 100%;
            text-align: center;
            padding: 3% 0;
        }
        
        .wireframes img {
            width: 100%;
            transition: transform 0.25s ease;
        }
    
        #body h2 {
            font-size: 20px;
        }
    
        #body p {
            font-size: 14px;
        }
    
        .usabilitytest {
            margin-top: 20%;
        }
    
        .affinity {
            margin-bottom: 20%;
        }

        .affinity img {
            width: 100%;
            transition: transform 0.25s ease;
        }

    .inpagenav {
        text-align: center;
        margin: 10%;
        line-height: 150%;
    }

    .small-text {
        font-size: 18px;
    }

    .goal {
        padding: 2% 2%;
        margin: 15% 0%;
    }

    .goal h3 {
        margin-top: 3%;
    }

    .companal {
        display: flex;
        flex-direction: column;
    }
    
    .companal ul {
        list-style-type: circle;
        padding: 6% 6% 6% 15%;
        border: 1px solid rgba(34,34,34, 0.5);
        height: auto;
    }

    .companal li {
        font-size: 14px;
    }

    .admireblock {
        width: 100%;
    }
    
    .improvblock {
        width: 100%;
    }

    .researchgoaltext {
        padding: 1% 1%;
    }
    
    .researchgoaltext h3 {
        font-size: 22px;
    }

    .researchgoaltext li {
        font-size: 16px;
    }

    .before {
        margin-bottom: 10%;
    }

    .inpagenav {
        margin-top: 15%;
        margin-bottom: 15%;
        font-size: 14px;
        line-height: 200%;
    }
}

@media only screen and (min-width: 700px) and (max-width: 1080px) {
    .headerinfo {
        display: flex;
        flex-direction: column;
        margin-left: 3%;
    }

    .casestudyinfo p {
        font-size: 14px;
        line-height: 100%;
    }

    .casestudyinfo h1 {
        font-size: 20px;
        line-height: 100%;
    }

    .trybtn {
        margin-top: 4%;
        margin-bottom: 2%;
        display: flex;
        flex-direction: row;
        gap: 30px;
        justify-content: center;
    }

    .companal ul {
        list-style-type: circle;
        padding: 6% 6% 6% 15%;
        border: 1px solid rgba(34,34,34, 0.5);
        height: auto;
    }

    .button5 {
        background-color: white;
        border: none;
        border-radius: 8px;
        box-shadow: 0px 30px 50px -12px rgba(0, 0, 0, 0.33);
        color: #943E13;
        height: 45px;
        width: 250px;
        padding: 1% 3%;
        align-items: center;
        font-size: 12px;
    }

    .firstbutton {
        margin-bottom: 2%;
        margin-right: 0%;
    }

    .mockupimg { 
        align-items: center;
    }

    .videofile {
        width: 100%;
    }

    .casestudyinfo {
        flex: 1;
        background-color: #943E13;
        display: inline-block;
        background-size: cover;
        position: relative;
        overflow: hidden;
        color: white;
        font-family: montserrat, sans-serif;
        padding: 2% 2% 1% 2%;
        width: 100%;
        text-align: center;
    }

    .inpagenav {
        text-align: center;
        margin: 9%;
        line-height: 150%;
    }

    .inpagenav p {
        font-size: 16px;
    }
}

@media (max-width: 700px) {
    .users {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        border: 1px solid rgba(34,34,34, 0.25);
        box-shadow: 0px 30px 50px -12px rgba(0, 0, 0, 0.22);
        margin-top: 5%;
    }

    .panel {
        padding: 0 5px;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }
    
    .persona {
        width: 100%;
        background-color: rgba(148, 62, 19, 0.15);
        overflow: hidden;
        color: #454545;
        padding: 2% 1% 6% 1%;
        text-align: center;
    }
    
    .persona img {
        width: 55%;
        padding-left: 7%;
        padding-right: 7%;
        margin-top: 7%;
        background-color: white;
        margin-bottom: 5%;
    }
    
    .personainfo {
        width: 100%;
        padding: 0 2% 0 2%;
        text-align: left;
    }
    
    .personainfo p {
        font-size: 14px;
        padding-bottom: 4%;
        line-height: 150%;
        width: 90%;
        margin: 4%;
    }
    
    .personainfo li {
        font-size: 12px;
        line-height: 150%;
    }

    .persona p {
        font-size: 14px;
        line-height: 125%;
    }

    .personatwo p {
        font-size: 14px;
        line-height: 125%;
        color: white;
    }
    
    .bullets {
        display: flex;
        flex-direction: column;
    }
    
    .bullet-goal {
        width: 90%;
        padding: 1% 3%;
    }
    
    .bullet-frus {
        width: 90%;
        padding: 1% 3%;
    }

    .quote {
        padding: 3% 2% 2% 2%;
    }

    .quote p {
        font-size: 14px;
    }

    .users2 {
        display: flex;
        flex-direction: column-reverse;
        overflow: hidden;
        border: 1px solid rgba(34,34,34, 0.25);
        box-shadow: 0px 30px 50px -12px rgba(0, 0, 0, 0.22);
        margin-top: 5%;
    }
    
    .personatwo {
        width: 100%;
        background-color: #943E13;
        overflow: hidden;
        color: #ffffff;
        padding: 2% 1% 3% 1%;
        text-align: center;
    }
    
    .personatwoinfo {
        width: 100%;
        padding: 0 2% 0 2%;
        text-align: left;
    }
    
    .personatwoinfo p {
        font-size: 14px;
        padding-bottom: 4%;
        line-height: 150%;
        width: 90%;
        margin: 4%;
    }
    
    .usabilitytest li {
        margin-left: 1%;
    }

    .usabilitytest ul {
        padding-left: 8%;
        margin-top: 10%;
        margin-bottom: 15%;
     }

     .usabilitytest li {
        font-size: 14px;
        line-height: 200%;
    }

    .hi-fibox {
        flex-direction: column;
        padding: 0;
    }

    .hi-fibox2 {
        flex-direction: column-reverse;
        padding: 1rem 1rem 1rem 0;
    }

    .hi-fitext {
        width: 100%;
        padding: 1% 1%;
        
    }

    .hi-fitext li {
        line-height: 150%;
        font-size: 16px;
    }

    .hi-fitext ul {
        padding-left: 10%;
    }

    .hi-fitext h4 {
        font-size: 16px;
    }

    .designsystem {
        margin-top: 20%;
        margin-bottom: 20%;
    }

    .designsystem img {
        width: 100%;
        margin-bottom: 5%;
    }

    .grid2x2 {
        display: flex;
        flex-direction: column;
    }
    
    .griditem {
        border: 1px solid rgba(34,34,34, 0.25);
        box-shadow: 0px 15px 25px -6px rgba(0, 0, 0, 0.22);
        padding: 3% 7%;
        width: 90%;
        margin: 5% 1%;
    }

    .griditem h4 {
        font-size: 18px;
        margin-top: 5%;
        margin-bottom: 3%;
        margin-left: 2%;
    }

    .griditem ul {
        padding-left: 10%;
    }

    .griditem li {
        font-size: 14px;
    }

    .boxx p {
        padding: 2% 5% 4% 5%;
    }

    .boxx h4 {
        margin: 8% 3%;
    }

    .boxx {
        margin-bottom: 10%;
    }

    .step {
        margin-bottom: 40%;
    }
}

@media only screen and (min-width: 700px) and (max-width: 1080px) {
    .users {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        border: 1px solid rgba(34,34,34, 0.25);
        box-shadow: 0px 30px 50px -12px rgba(0, 0, 0, 0.22);
        margin-top: 5%;
    }

    .panel {
        padding: 0 5px;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }
    
    .persona {
        width: 100%;
        background-color: rgba(148, 62, 19, 0.15);
        overflow: hidden;
        color: #454545;
        padding: 2% 1% 3% 1%;
        text-align: center;
    }

    
    .companal ul {
        height: 500px;
    }
    
    .persona img {
        width: 55%;
        padding-left: 7%;
        padding-right: 7%;
        margin-top: 7%;
        background-color: white;
        margin-bottom: 5%;
    }
    
    .personainfo {
        width: 100%;
        padding: 0 2% 0 2%;
        text-align: left;
    }
    
    .personainfo p {
        font-size: 14px;
        padding-bottom: 4%;
        line-height: 150%;
        width: 90%;
        margin: 4%;
    }

    .persona p {
        font-size: 14px;
        line-height: 125%;
    }

    .personatwo p {
        font-size: 14px;
        line-height: 125%;
        color: white;
    }
    
    .personainfo li {
        font-size: 12px;
        line-height: 150%;
    }
    
    .bullets {
        display: flex;
        flex-direction: column;
    }
    
    .bullet-goal {
        width: 90%;
        padding: 1% 3%;
    }
    
    .bullet-frus {
        width: 90%;
        padding: 1% 3%;
    }

    .quote {
        padding: 3% 2% 2% 2%;
    }

    .quote p {
        font-size: 14px;
    }

    .users2 {
        display: flex;
        flex-direction: column-reverse;
        overflow: hidden;
        border: 1px solid rgba(34,34,34, 0.25);
        box-shadow: 0px 30px 50px -12px rgba(0, 0, 0, 0.22);
        margin-top: 5%;
    }
    
    .personatwo {
        width: 100%;
        background-color: #943E13;
        overflow: hidden;
        color: #ffffff;
        padding: 2% 1% 3% 1%;
        text-align: center;
    }
    
    .personatwoinfo {
        width: 100%;
        padding: 0 2% 0 2%;
        text-align: left;
    }
    
    .personatwoinfo p {
        font-size: 14px;
        padding-bottom: 4%;
        line-height: 150%;
        width: 90%;
        margin: 4%;
    }
    
    .usabilitytest li {
        margin-left: 1%;
    }

    .hi-fibox {
        flex-direction: column;
        padding: 1rem 1rem 1rem 0;
    }

    .hi-fibox2 {
        flex-direction: column-reverse;
        padding: 1rem 1rem 1rem 0;
    }

    .hi-fitext {
        width: 100%;
        padding: 2% 1%;
        
    }

    .hi-fitext li {
        line-height: 150%;
        font-size: 16px;
    }

    .hi-fitext h4 {
        font-size: 16px;
    }

    .designsystem img {
        width: 100%;
        margin-bottom: 5%;
    }

    .grid2x2 {
        display: flex;
        flex-direction: column;
    }
    
    .griditem {
        border: 1px solid rgba(34,34,34, 0.25);
        box-shadow: 0px 15px 25px -6px rgba(0, 0, 0, 0.22);
        padding: 3% 7%;
        width: 90%;
        margin: 5% 1%;
    }

    .boxx p {
        padding: 2% 3% 4% 3%;
    }

    .boxx h4 {
        padding: 4% 2%;
    }

    .boxx {
        margin-bottom: 10%;
    }
}

@media (min-width: 1700px) {
    .videofile {
        margin-left: 2%;
    }
}

@media (min-width: 2000px) {
    .videofile {
        margin-left: 10%;
    }
}

/*Tiles*/
.wrap {
    margin: 1% auto 7% auto;
    width: 90%;
    display: flex;
    justify-content: space-around;
    max-width: 1800px;
    gap: 5px;
}

.tile {
    width: 100%;
    height: 250px;
    margin: 2px;
    background-color: #141414;
    display: inline-block;
    background-size: cover;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease-out;
    box-shadow: 0px 30px 50px -12px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    color: white;
    font-family: montserrat, sans-serif;
}

.tile img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: all 0.4s ease-out;
}

.tile .text {
    /*   z-index:99; */
    position: absolute;
    padding: 30px;
    height: calc(100% - 80px);
}

.tile h1 {
    font-weight: 400;
    margin: 0;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    font-size: 30px;
}

.tile h2 {
    font-weight: 100;
    margin: 20px 0 0 0;
    font-style: italic;
    transform: translateX(200px);
    font-size: 20px;
}

.tile p {
    font-weight: 200;
    margin: 20px 0 0 0;
    line-height: 25px;
    /*   opacity:0; */
    transform: translateX(-200px);
    transition-delay: 0.2s;
    font-size: 15px;
}

.animate-text {
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.tile:hover {
    /*   background-color:#99aeff; */
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.03);
}

.tile:hover img {
    opacity: 0.85;
}

.tile:hover .animate-text {
    transform: translateX(0);
    opacity: 1;
}

.tile:hover span {
    opacity: 1;
    transform: translateY(0px);
}

.tile a {
    color: #fff;
}

.otherheader {
    text-align: center;
}

.bottom-left {
    position: absolute;
    bottom: 16px;
    background-color: rgba(34, 34, 34, .95);
    padding: 2% 5%;
  }

/*Tablet*/
@media only screen and (min-width: 700px) and (max-width: 1080px) {
    .wrap {
        flex-wrap: wrap;
        width: 85%;
    }

    .tile {
        max-width: 450px;
    }
}

@media (max-width: 700px) {
    .wrap {
        flex-direction: column;
        width: 80%;
        margin-bottom: 25%;
    }

    .tile {
        max-width: 450px;
    }

}



