@media only screen and (max-width: 1600px){
    .guest-landing{
        background-image: url(../img/green-hand-small.png);
    }

}

@media only screen and (max-width: 1100px){

    /* Header */


    /* APP Benefits */
    .features ul{
        justify-content: center;
    }

    .features__heading{
        margin-bottom: 2rem;
    }

    .features ul li{
        justify-content: space-evenly;
        /* height: 20rem; */
        gap: 0rem;
    }

    
    /* Videos */
    .videos-grid{
        display: grid;
        grid-template-columns: max-content 14rem;
        grid-template-rows: repeat(4, max-content) 5rem;
        column-gap: 1.8rem;
        row-gap: 1rem;
    }
 
}

@media only screen and (max-width: 900px){
    
    /* Header */
    .header_button{
        width: 20%;
    }

    .navbar-wrapper{
        width: 80%;
    }
    


    /* Videos */

    .videos{
        height: 55rem;
    }
    .videos__heading{
        padding-top: 4rem;
    }


    .videos-grid{
        display: grid;
        grid-template-columns: max-content;
        grid-template-rows: repeat(7, max-content);
        column-gap: 1.8rem;
        row-gap: 1rem;
    }

    .current-video{
        grid-column: 1/2;
        grid-row: 2/3;
    }

    .video-1{
        grid-column: 1/2;
        grid-row: 3/4;
    }
    
    .video-2{
        grid-column: 1/2;
        grid-row: 4/5;
    }
    
    .video-3{
        grid-column: 1/2;
        grid-row: 5/6;
    }
    
    .video-4{
        grid-column: 1/2;
        grid-row: 6/7;
    }

    .videos-pagination{
        grid-column: 1/2;
        grid-row: 7/8;
        width: 50%;
    }

    .image-resize{
        width: 10%;
    }


    /* Frequently Asked Questions */

    .FAQ {
        
        height: 55rem;
    }

    .accordian{
        width: 80%;
        gap: 3rem;
    }

    .accordian-link{
        font-size: 1rem;

    }

    .accordian-answer{
        font-size: 1rem;
    }
}

@media only screen and (max-width: 700px){
    
    /* Header */
    

    /* Features */

    .features{
        height: 67rem;
    }
    .features ul{
        display: grid;
        grid-template-columns: repeat(2, 12rem);
        grid-template-rows: repeat(2, 16rem);
        column-gap: 3rem;
        row-gap: 1rem;
        justify-content: center;
        align-items: start;
        padding: 0rem;

    }

    /* Videos */

    .current-video{
        width: 100%;
        height: 20rem;
    }
    
    .videos-grid{
        grid-template-columns: repeat(auto-fit, minmax(240px, 90%));
    }

    
    /* Frequently Asked Questions */
    .FAQ{
        height: 50rem;
        margin-top: 0;
    }

    .accordian{
        gap: 1.5rem;
    }

  
}

@media only screen and (max-width: 550px){

    /* Header */
    .guest-landing{
        height: 51rem;
    }
    
    .logo-box{
        width: 15%;
    }

    .header-landing{
        top: 1rem;
    }

    .header-landing__title{
        font-size: 2.5rem;
    }

    .header-landing__description{
        font-size: 1.8rem;
    }

    .header_button{
        width: 28%;
    }
    

    /* Features */
    .features ul{
        column-gap: 1rem;
    }


    
    /* Videos */
    .videos__heading{
        padding-top: 0rem;
    }
    .current-video{
        height: 18rem;
    }

    .videos-pagination {
        width: 60%;
    }

    .FAQ{
        margin-top: -5rem;
    }

    


}

@media only screen and (max-width: 425px){

    /* Header */
    .logo-box{
        width: 15%;
    }
    
    

    .header-landing__title{
        font-size: 2.1rem;
    }

    .header-landing__description{
        font-size: 1.5rem;
    }

    .header_button{
        width: 35%;
    }
    

    /* Features */
    .features ul{
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 14rem);
        column-gap: .4rem;
        row-gap: .4rem; 
        justify-content: center;  
    }

    .features ul li{
        justify-content: space-evenly;
        width: 90%;
        align-self: auto;
        justify-self: center;
    }


    /* Videos */
    .videos-pagination {
        width: 75%;
    }

    .FAQ{
        margin-top: -3rem;
    }

    

    /* Frequently Asked Questions */
    .FAQ__title{
        margin-top: 8rem;
    }

    .accordian-link,
    .accordian-answer{
        font-size: .7rem;
    }
}

@media only screen and (max-width: 325px){

    .videos-pagination {
        width: 95%;
    }

    .FAQ__title{
        margin-top: 12rem;
    }
}