.description-container {
    background-color: #060C0F;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;

}

.cell {
    background-color:#0A161D;
    padding: 2.5em 1.5em 2.5em 1.5em;
    border-radius: 20px;
}

#nanogallery2 {
    background-color: #060C0F;
    line-height: 0;
}

#nanogallery2 .nGY2GThumbnail { vertical-align: top; }



/* Description Content for Graphic Design Page */

.SOXOS-review-posts {
    background-color: #060C0F;

}

.SOXOS-WDSD-cont {
    background-color: #060C0F;

}

.flyers {
    background-color: #060C0F;

}

#soxos-review-content {
    background-color: #060C0F;
    display:none;
}

#wdsd-content {
    display:none;
}

#CG-flyers-content {
    display:none;
}

#CG-sign-content {
    display:none;
}

.cust-img {
    width:100%;
    max-width:800px;
}

.flyer img {
    display:block; 
}

/* Description Content for Videography page */

#liz-content {
    display:none;
}

#expo-content {
    display:none;
}

#customer-content {
    display:none;
}

.liz-reels {
    background-color: #060C0F;
    justify-items: stretch;
}


/* .liz-video {
    width:100%;
    height:100%;
    display:block;
    margin:auto;
} */

.liz-r1, .liz-r2, .liz-r3, .liz-r4, .liz-r5 {
    width:100%;
    height:100%;
    
}

.SOXOS-video-intro-container {
    background-color: #060C0F;
}

.SOXOS-intro {
    width:100%;
    height:100%;
    /* max-width:1280px; */
}

.SOXOS-reaction-video-container{
    background-color: #060C0F;
    width:100%;
    display:grid;
}

.SOXOS-reaction {
    justify-self:stretch;
    /* height:100%; */

}

/* Description for Photography page */

#landscape-content {
    display:none;
}

#product-content {
    display:none;
}

.soxos-prod-pictures {
    background-color: #060C0F;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.creative-exp-pictures {
    background-color: #060C0F;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.photos {
    background-color: #060C0F;
}

/* Headers for  CG Case Studies + Graphic Design */
.cat-main-img {
    width:100%;
    height:400px;
    /* max-width: 800px; */
}

.cat-image {
    width:100%;
    height:100%;
    object-fit: cover;

}

.sign-img-container {
    width:100%;
    background-color: #e8e8ea;
    text-align: center;
}

.sign-image {
    width:80%;
    
}

/* Description Content for Case Studies */


.drop-icon {
    width:10px;
    height:auto;
}

.cat-comp {
    width:100%;
}

.cat-comp img {
    width:100%;
    object-fit: cover;
}

.vitals-img-container {
    background-color: #e3e3e3;
    width:100%;
    text-align: center;
}

.vitals-col {
    background-color:#0A161D;
    padding: 2.5em 1.5em 2.5em 1.5em;
    border-radius: 20px;
}

.vitals-mult-cols {
    background-color:#0A161D;
    padding: 2.5em 1.5em 2.5em 1.5em;
}

.vitals-mult-cols-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.skate-video {
    width:100%;
    height:100%;
    display:block;
    margin:auto;
}


.stat {
    background-color:#FFCD05;
    max-width:100px;
    height:100px;
    border-radius: 50%;
    display:flex;
    justify-content: center;
    align-items: center;
}

.stat span {
    font-size:2em;
    color:#0C1A21;
}

/* .bball-bike-content {
    align-items:center;
} */


.bball-bike-video {
    width:100%;
    height:100%;
    max-width:340px;
    display:block;
    margin:auto;
}

@media only screen and (min-width:780px) {

    .cat-main-img {
        max-width:100%;
        height:700px;
    }

    .SOXOS-reaction {
    justify-self:center;
    }

}