.LS_InContent_1, .LS_InContent_2, .LS_InContent_3 {
    min-height: 90px;
  //  max-height: 350px;
    max-width: 340px;
    margin: auto;
    display: flex;
    justify-items: center;
    align-items: center;
    justify-content: center;
}

.quads-location {
    overflow: visible !important;
}

.LS_Infinite{
    min-height: 330px;
}

.LS_Sidebar_1 {
    min-height: 600px;
    margin: 10px;
    min-width: 336px;
}

.LS_Sticky {
    min-width: 100vw;
    height: 120px;    
    position: fixed;
    z-index: 9999;    
    background: rgb(243 244 246/var(--tw-bg-opacity));
    padding: 10px;
    margin: -8px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sticky-top {
    top: 0;
    position: sticky;
    left: 0;
}

.sticky-bottom {
    bottom: 8px;
    left: 8px;
}

@media (min-width: 768px) {
    .LS_Sticky {
        margin: -28px;
    }
    .sticky-bottom {
        bottom: 28px;
        left: 28px;
    }
}

@media (min-width: 1000px) {
    .LS_Sticky {
        margin: unset;
        min-width: 1000px;
        height: 110px;
    }
    .sticky-bottom {
        bottom: 0px;
        left: 0px;
    }

    .LS_InContent_3 {
        margin-top: 10px;
    }
    .LS_InContent_1, .LS_InContent_2, .LS_InContent_3 {
        max-width: 730px;
    }
}


@media screen and (max-height: 1000px) {
    .LS_Sidebar_1 {
        min-height: 280px;
    }
}


#vidazoo_video_container, #connatix_container {
    aspect-ratio: 16 / 9;
}

#vidazoo_video_container, #connatix_container {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 100%;
    margin-bottom: 15px;
}

.LS_Sidebar_2, .ad-placement-sidebar-bottom {
    display: none!important;
}