.socio-container {
    display:flex;
    justify-content: center;
    width:100%;
    height:2050px;
    /* background-color:brown; */
}

.socio-content {
    display:flex;
    flex-direction: column;
    width:80%;
    height:100vh;
    /* background-color: white; */
    align-items: center;
    /* justify-content: center; */
}

.img1 {
    width:100%;
}

.img2 {
    width:90%;
    height: 100%;
    cursor:pointer;
}

.img3 {
    width:70%;
    margin-top:10px;
    cursor:pointer;
}

.container-socio-terms {
    display:none;
}

.close-lightbox-btn {
    color:red;
}

.view-trash-buttons {
    padding:10px;
}

.view-product-content {
    padding: 20px;
    max-width: 800px;
}

.terms-img {
    width:100%;
}

iframe {
    display:none;
    width:1490px;
    height:693px;
}

@media screen and (max-width: 1366px) {
    .socio-container {
        display:flex;
        justify-content: center;
        width:100%;
        height:1500px;
        /* background-color:brown; */
    }

    .view-product-content {
        padding: 20px;
        max-width: 500px;
    }

    iframe {
        display:none;
        width:1051px;
        height:381px;
    }
}

@media screen and (max-width: 480px) {
    .socio-container {
        display:flex;
        justify-content: center;
        width:100%;
        height:800px;
        /* background-color:brown; */
    }

    .img1 {
        margin-top:20px;
        width:100%;
    }

    .img2 {
        margin-top:20px;
        width:100%;
        height: auto;
        cursor:pointer;
    }

    .img3 {
        width:90%;
        margin-top:40px;
    }

    .view-product-content {
        padding: 20px;
        max-width: 400px;
    }

    iframe {
        margin-top:20px;
        display:none;
        width:384px;
        height:216px;
    }
}