body {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300px;
    color: #ffffff;
    background-color: #000000;
    line-height: 1.4em;
    margin: 0px;
    padding: 0px;
}

/* ----- universal ----- */

h1 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 5px;
    line-height: 1em;
}

h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
}

h3 {
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 5px;
    line-height: 1em;
}

h4 {
    font-size: 20px;
    padding-bottom: 20px;
}

hr {
    width: 75%;
    background-color: #ffffff;
    border: .5px solid #ffffff;
    margin: 0px 20px 0px 20px;
}

.line1 {
    width: 40%;
    background-color: #2d2d2d;
    border: .5px solid #2d2d2d;
    margin: 0px 20px 0px 20px; 
}

.botton1 {
    display: flex;
    justify-content: center;
    padding-top: 40px;
}

.botton {
    display: flex;
    justify-content: flex-end;
}

.botton1 {
    padding-top: 50px;
    text-align: right;
}

.text-primary {
    color: #000000ba;
}

.btn-primary, button {
    border-color: #ff0569;
}

.btn-primary {
    background-color: #ff0569;
}

.btn1-primary {
    background-color: none;
}

a:link, a:visited, a strong {
    text-decoration: none;
    color: #ffffff;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn1 {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    font-size: 20px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 12px;
}

/* ----- end universal ----- */


/* ----- navbar container ----- */

.navbar-content {
    background-color: #181818;
    padding: 0px 150px 0px 150px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text {
    padding: 10px;
}

.brand-title {
    padding-top: 5px;
}

.navbar-links ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.navbar-links li {
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-links li a {
    text-decoration: none;
    color: #ffffff;
    padding: 1rem;
    display: block;
}

.navbar-links li a:hover {
    color: #585858;
}

.toggle-button {
    position: absolute;
    top: .45rem;
    right: .5rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}

.toggle-button .bar {
    height: 3px;
    width: 85%;
    background-color: #ffffff;
    border-radius: 10px;
}

@media (max-width: 1680px) {
    .navbar-content {
        padding: 0px 150px 0px 150px;
    }

}

@media (max-width: 1440px) {
    .navbar-content {
        padding: 0px 100px 0px 100px;
    }

}

@media (max-width: 1024px) {
    .navbar-content {
        padding: 0px 50px 0px 50px;
    }

}

@media  (max-width: 860px) {
    .navbar-content {
        padding: 0px 30px 0px 30px;
    }


    .toggle-button {
        display: flex;
        top: 1.1rem;
        padding-right: 40px;
    }

    .navbar-links {
        display: none;
        width: 100%;
    }

    .navbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-links ul {
        width: 100%;
        flex-direction: column;
    }

    .navbar-links li {
        text-align: left;
    }

    .navbar-links li a {
        padding: .5rem .1rem;
    }

    .navbar-links.active {
        display: flex;
        background-color: transparent;
    }

    div.navbar-links {
        padding-right: 10px;
    }

    .brand-title {
        margin: 10px 10px 10px 0px;
        padding-top: 5px;
    }

    .navbar-content {
        padding: 0px 50px 0px 50px;
    }

    .toggle-button .bar {
        background-color: #ffffff;
    }

    .navbar-container {
        background-color: #000000ba;
    }
    
    .navbar {
        background-color: none;
    }

    .navbar-links li a {
        color: #ffffff;
        padding-left: 30px;
    }

    .navbar-links li {
        border-bottom: .5px solid #d9d9d9a8;
    }

    .banner-images {
        height: 100%;
    }

}


@media (max-width: 460px) {
    .navbar-content {
        padding: 0px 30px 0px 30px;
    }

    .toggle-button {
        padding-right: 20px;
    }
}


/* ----- end navbar container ----- */






/* ----- feature-container ----- */
.feature-container {
    background-color: #282828;
    color: #ffffff;
}

.feature-content {
    padding: 50px 150px 50px 150px;
}

.feature-holder {
    display: grid;
    grid-template-areas:
    "feature1"
    "feature2"
    "feature3";
}

.feature-details {
    padding-left: 15px;
}

/* .feature-title {
    display: flex;
} */

.icon {
    padding-bottom: 10px;
}

.feature1 {
    background-image: url("../images/cover1.jpg");
    height: 20vh;
    color: #ffffff;
    padding: 30px;
    margin: 10px;
    text-align: center;
    border-left: 2px solid #ff0569;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.feature2 {
    background-image: url("../images/cover2.jpg");
    height: 20vh;
    color: #ffffff;
    padding: 30px;
    margin: 10px;
    text-align: center;
    border-left: 2px solid #ff0569;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.feature3 {
    background-image: url("../images/cover3.jpg");
    height: 20vh;
    color: #ffffff;
    padding: 30px;
    margin: 10px;
    text-align: center;
    border-left: 2px solid #ff0569;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}


@media (min-width: 860px) {
    .feature-holder {
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas:
        "feature1 feature2 feature3";
    }
}

@media (max-width: 1680px) {
    .feature-content {
        padding: 50px 150px 50px 150px;
    }

}

@media (max-width: 1440px) {
    .feature-content {
        padding: 50px 100px 50px 100px;
    }

}

@media (max-width: 1024px) {
    .feature-content {
        padding: 50px 50px 50px 50px;
    }

}

@media  (max-width: 860px) {
    .feature-content {
        padding: 50px 50px 50px 50px;
    }

}


@media (max-width: 460px) {
    .feature-content {
        padding: 50px 30px 50px 30px;
    }
}

/* ----- end feature-container ----- */


/* ----- video-container ----- */

.video-container {
    background-color: #c7c7c7;
    color: #272727;
}

.video-content {
    padding: 50px 150px 50px 150px;
}

.controllers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}

.container1 {
    position: relative;
  }
  
  .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
  }

.container1:hover .image {
    opacity: 0.5;
}

/* .video1 {
    margin: 10px;
}

.video2 {
    margin: 10px;
}

.video3 {
    margin: 10px;
}

.video4 {
    margin: 10px;
} */

.video-list1 {
    display: grid;
    grid-template-areas:
    "video1"
    "video2"
    "video3"
    "video4"
    "video5"
    "video6"
    "video7"
    "video8"
    "video9"
    "video10"
    "video11"
    "video12"
    "video13"
    "video14"
    "video15"
    "video16"
    "video17"
    "video18"
    "video19"
    "video20"
    "video21";
}

@media (min-width: 480px) {
    .video-list1 {
        grid-template-columns: repeat(4, 1fr);
        grid-template-areas:
        "video1 video2 video3 video4";
    }
}

.video-cover1 {
    background-image: url("../images/game1.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    padding: 20px;
    height: 18vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover2 {
    background-image: url("../images/game2.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    padding: 20px;
    height: 18vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover3 {
    background-image: url("../images/game3.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    padding: 20px;
    height: 18vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover4 {
    background-image: url("../images/game4.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    padding: 20px;
    height: 18vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover5 {
    background-image: url("../images/game5.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    padding: 20px;
    height: 18vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover6 {
    background-image: url("../images/game6.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    padding: 20px;
    height: 18vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover7 {
    background-image: url("../images/game7.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    padding: 20px;
    height: 18vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover8 {
    background-image: url("../images/game8.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    padding: 20px;
    height: 18vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover9 {
    background-image: url("../images/game9.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    padding: 20px;
    height: 18vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover10 {
    background-image: url("../images/game10.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    padding: 20px;
    height: 18vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover11 {
    background-image: url("../images/game11.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    padding: 20px;
    height: 18vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover12 {
    background-image: url("../images/game12.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    padding: 20px;
    height: 18vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover13 {
    background-image: url("../images/vid13.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    padding: 20px;
    height: 18vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover14 {
    background-image: url("../images/vid14.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    padding: 20px;
    height: 18vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover15 {
    background-image: url("../images/vid15.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    padding: 20px;
    height: 18vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover16 {
    background-image: url("../images/vid16.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    padding: 20px;
    height: 18vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover17 {
    background-image: url("../images/vid17.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    padding: 20px;
    height: 18vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover18 {
    background-image: url("../images/vid18.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    padding: 20px;
    height: 18vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover19 {
    background-image: url("../images/vid19.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    padding: 20px;
    height: 18vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover20 {
    background-image: url("../images/vid20.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    padding: 20px;
    height: 18vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover21 {
    background-image: url("../images/vid21.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    padding: 20px;
    height: 18vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-detail {
    padding: 0px 10px 0px 10px;
}

@media (max-width: 1920px) {
}

@media (max-width: 1680px) {
    .video-content {
        padding: 50px 150px 50px 150px;
    }

    .video-cover1 {
        height: 15vh;
    }

    .video-cover2 {
        height: 15vh;
    }

    .video-cover3 {
        height: 15vh;
    }

    .video-cover4 {
        height: 15vh;
    }

    .video-cover5 {
        height: 15vh;
    }

    .video-cover6 {
        height: 15vh;
    }

    .video-cover7 {
        height: 15vh;
    }

    .video-cover8 {
        height: 15vh;
    }

    .video-cover9 {
        height: 15vh;
    }

    .video-cover10 {
        height: 15vh;
    }

    .video-cover11 {
        height: 15vh;
    }

    .video-cover12 {
        height: 15vh;
    }

    .video-cover13 {
        height: 15vh;
    }

    .video-cover14 {
        height: 15vh;
    }

    .video-cover15 {
        height: 15vh;
    }

    .video-cover16 {
        height: 15vh;
    }

    .video-cover17 {
        height: 15vh;
    }

    .video-cover18 {
        height: 15vh;
    }

    .video-cover19 {
        height: 15vh;
    }

    .video-cover20 {
        height: 15vh;
    }

    .video-cover21 {
        height: 25vh;
    }
}

@media (max-width: 1440px) {
    .video-content {
        padding: 50px 100px 50px 100px;
    }

    .video-cover1 {
        height: 14vh;
    }

    .video-cover2 {
        height: 14vh;
    }

    .video-cover3 {
        height: 14vh;
    }

    .video-cover4 {
        height: 14vh;
    }

    .video-cover5 {
        height: 14vh;
    }

    .video-cover6 {
        height: 14vh;
    }

    .video-cover7 {
        height: 14vh;
    }

    .video-cover8 {
        height: 14vh;
    }

    .video-cover9 {
        height: 14vh;
    }

    .video-cover10 {
        height: 14vh;
    }

    .video-cover11 {
        height: 14vh;
    }

    .video-cover12 {
        height: 14vh;
    }

    .video-cover13 {
        height: 14vh;
    }

    .video-cover14 {
        height: 14vh;
    }

    .video-cover15 {
        height: 14vh;
    }

    .video-cover16 {
        height: 14vh;
    }

    .video-cover17 {
        height: 14vh;
    }

    .video-cover18 {
        height: 14vh;
    }

    .video-cover19 {
        height: 14vh;
    }

    .video-cover20 {
        height: 14vh;
    }

    .video-cover21 {
        height: 14vh;
    }
}

@media (max-width: 1024px) {
    .video-content {
        padding: 50px 50px 50px 50px;
    }

    .line1 {
        width: 38%;
    }

    .video-cover1 {
        height: 11vh;
    }

    .video-cover2 {
        height: 11vh;
    }

    .video-cover3 {
        height: 11vh;
    }

    .video-cover4 {
        height: 11vh;
    }

    .video-cover5 {
        height: 11vh;
    }

    .video-cover6 {
        height: 11vh;
    }

    .video-cover7 {
        height: 11vh;
    }

    .video-cover8 {
        height: 11vh;
    }

    .video-cover9 {
        height: 11vh;
    }

    .video-cover10 {
        height: 11vh;
    }

    .video-cover11 {
        height: 11vh;
    }

    .video-cover12 {
        height: 11vh;
    }

    .video-cover13 {
        height: 11vh;
    }

    .video-cover14 {
        height: 11vh;
    }

    .video-cover15 {
        height: 11vh;
    }

    .video-cover16 {
        height: 11vh;
    }

    .video-cover17 {
        height: 11vh;
    }

    .video-cover18 {
        height: 11vh;
    }

    .video-cover19 {
        height: 11vh;
    }

    .video-cover20 {
        height: 11vh;
    }

    .video-cover21 {
        height: 11vh;
    }
}

@media (max-width: 860px) {
    .video-content {
        padding: 50px 50px 50px 50px;
    }

    .line1 {
        width: 32%;
    }

    .video-cover1 {
        height: 9vh;
    }

    .video-cover2 {
        height: 9vh;
    }

    .video-cover3 {
        height: 9vh;
    }

    .video-cover4 {
        height: 9vh;
    }

    .video-cover5 {
        height: 9vh;
    }

    .video-cover6 {
        height: 9vh;
    }

    .video-cover7 {
        height: 9vh;
    }

    .video-cover8 {
        height: 9vh;
    }

    .video-cover9 {
        height: 9vh;
    }

    .video-cover10 {
        height: 9vh;
    }

    .video-cover11 {
        height: 9vh;
    }

    .video-cover12 {
        height: 9vh;
    }

    .video-cover13 {
        height: 9vh;
    }

    .video-cover14 {
        height: 9vh;
    }

    .video-cover15 {
        height: 9vh;
    }

    .video-cover16 {
        height: 9vh;
    }

    .video-cover17 {
        height: 9vh;
    }

    .video-cover18 {
        height: 9vh;
    }

    .video-cover19 {
        height: 9vh;
    }

    .video-cover20 {
        height: 9vh;
    }

    .video-cover21 {
        height: 9vh;
    }
    
}

@media (max-width: 460px) {
    .video-content {
        padding: 50px 30px 50px 30px; 
    }

    .video-cover1 {
        height: 18vh;
    }

    .video-cover2 {
        height: 18vh;
    }

    .video-cover3 {
        height: 18vh;
    }

    .video-cover4 {
        height: 18vh;
    }

    .video-cover5 {
        height: 18vh;
    }

    .video-cover6 {
        height: 18vh;
    }

    .video-cover7 {
        height: 18vh;
    }

    .video-cover8 {
        height: 18vh;
    }

    .video-cover9 {
        height: 18vh;
    }

    .video-cover10 {
        height: 18vh;
    }

    .video-cover11 {
        height: 18vh;
    }

    .video-cover12 {
        height: 18vh;
    }

    .video-cover13 {
        height: 18vh;
    }

    .video-cover14 {
        height: 18vh;
    }

    .video-cover15 {
        height: 18vh;
    }

    .video-cover16 {
        height: 18vh;
    }

    .video-cover17 {
        height: 18vh;
    }

    .video-cover18 {
        height: 18vh;
    }

    .video-cover19 {
        height: 18vh;
    }

    .video-cover20 {
        height: 18vh;
    }

    .video-cover21 {
        height: 18vh;
    }

}

/* ----- end video-container ----- */


/* ----- banner1 container ----- */

.cover-holder {
    display: grid;
    grid-template-areas: 
    "left-holder"
    "right-holder";
}

.left-holder {
    background-image: url("../images/banner1.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 45vh;
    display: flex;
    align-items: end;
}

.right-holder {
    background-image: url("../images/banner2.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 45vh;
}

.holder1-details {
    padding: 50px 50px 50px 150px;
}

.holder2-details {
    padding: 50px 150px 50px 50px;
}

@media (min-width: 460px) {
    .cover-holder {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: 
        "left-holder right-holder";
    }
}

@media (max-width: 1680px) {
    .holder1-details {
        padding: 50px 50px 50px 150px;
    }

    .holder2-details {
        padding: 50px 150px 50px 50px;
    }
}

@media (max-width: 1440px) {
    .holder1-details {
        padding: 50px 100px 50px 100px;
    }

    .holder2-details {
        padding: 50px 100px 50px 50px;
    }
}

@media (max-width: 1024px) {
    .holder1-details {
        padding: 50px 50px 50px 50px;
    }

    .holder2-details {
        padding: 50px 50px 50px 50px;
    }
}

@media (max-width: 860px) {
    .holder1-details {
        padding: 50px 50px 50px 50px;
    }

    .holder2-details {
        padding: 50px 50px 50px 50px;
    }
}

@media (max-width: 460px) {
    .holder1-details {
        padding: 50px 30px 50px 30px;
    }

    .holder2-details {
        padding: 50px 30px 50px 30px;
    }
}


/* ----- end banner1 container ----- */


/* ----- form container ----- */

.form-container {
    padding: 50px 150px 50px 150px;
    background-color: #000000;
}

.form-text {
    padding-left: 20px;
}

@media (min-width: 1680px) {
    .join-form {
        height: 65vh;
    }
}

@media (min-width: 1440px) {
    .join-form {
        height: 65vh;
    }
}

@media (min-width: 1024px) {
    .join-form {
        height: 65vh;
    }
}

@media (min-width: 860px) {
    .join-form {
        height: 67vh;
    }
}

@media (max-width: 1680px) {
    .form-container {
        padding: 50px 150px 50px 150px;
    }
}

@media (max-width: 1440px) {
    .form-container {
        padding: 50px 100px 50px 100px;
    }
}

@media (max-width: 1024px) {
    .form-container {
        padding: 50px 50px 50px 50px;
    }
}

@media (max-width: 860px) {
    .form-container {
        padding: 50px 50px 50px 50px;
    }
}

@media (max-width: 460px) {
    .form-container {
        padding: 50px 30px 50px 30px;
    }

    .form-text {
        padding-left: 0px;
    }

    .banner-top {
        background-position: 10%;
    }
}

/* ----- end form container ----- */


/* ----- end footer-container ----- */

.footer-container {
    padding: 50px 150px 50px 150px;
    background-color: #161616;
}


.footer-div1 {
    display: grid;
    grid-template-areas: 
    "left-footer"
    "right-footer";
}

@media (min-width: 460px) {
    .footer-div1 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: 
        "left-footer right-footer";
    }
}

@media (max-width: 1440px) {
    .footer-container {
        padding: 50px 100px 50px 100px;
    }
}

@media (max-width: 1024px) {
    .footer-container {
        padding: 50px 50px 50px 50px;
    }
}

@media (max-width: 860px) {
    .footer-container {
        padding: 50px 50px 50px 50px;
    }
}

@media (max-width: 460px) {
    .footer-container {
        padding: 50px 30px 50px 30px;
    }

    .footer-thumbnails {
        display: none;
    }
}

/* ----- end footer-container ----- */



