@media (max-width : 1130px){
    main{
        overflow: visible;
        height: 104vh;
    } 
}
@media (max-width : 1024px){
    .person{
        grid-template-columns: 50% 50%;
    }
    .flex-container{
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
        grid-template-areas: "live"
                             "facebook ";
    }
    main{
        overflow: visible;
        height: 130vh;
    }
    .partners-logos img{
        height: 50%;
        margin-left: 5px;
        margin-right: 5px;
    }
}
@media (max-width : 768px){
    .logo-image{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nav-items li p {
        width: 80%;
    }
    .logo-image img{
        height: 80%;
    }
    .nav-items li {
        height: 50%;
    }
    footer{
        height: 30vh;
    }
    .nav-items{
        flex-direction: column;
    }
    .person {
        grid-template-columns: 100%;
    }
    .wrapper{
        padding: 0;
    }
    .nav-items{
        justify-content: center;
    }
    .btn{
        text-align: center;
    }
    .flex-container{
        grid-template-columns: 1fr;
        padding-top: 0;
        margin-top: 0;
        grid-column-gap: 0px;
        padding-bottom: 0px;
        grid-row-gap: 0px;
        grid-template-areas: "live"
                             "facebook";
    }
    .person{
        grid-template-columns: 100%;
    }
    .facebook{
        height: 55vh;
    }
    main{
        height: 100%;
    }
    .strean{
        height: 55vh;
    }
    .btn-group{
        margin-bottom: 20px;
    }
    header{
        height: 100%;
        
    }
    .footer-nav-items{
        flex-direction: column;
    }
    .footer-nav-items li{
        height: 50%;
    }
    .nav-items{
        justify-content: center;
        flex-direction: column;
        padding: 20px 0px;
        width: 100%;
    }
    .logo-image{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    .logo-image img{
        width: 60%;
    }
    .partners-logos{
        flex-direction: column;
    }
    .partners-logos img{
        width: 20%;
        margin: 10px 0px;
    }
    .nav-items li{
        height: 45%;
    }
    footer{
        height: 100%;
    }
    .footer-logo-image img{
        width: 50%;
    }
    .footer-logo-image{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
}
@media (max-width : 480px){
    .partners-logos img{
        width: 30%;
    }
    .logo-image img{
        width: 80%;
    }
    .nav-items li p {
        width: 80%;
        margin-bottom: 20px;
    }
}