#wrapper {
    display: flex;
    flex-direction: row
}

#childA {
    width: 50%;
    height: 100vh;

}

#childB {
    width: 50%;
    height: 100vh;

}

.preview {
    height: 100% !important;
}

 .landingtext{
position: absolute;
left: 0%;
top: 15%;
width: 50%;
padding-top: 1%; 
padding-bottom: 5%;
background-color: none;
font-size: 18px;
min-height: 100px;

} 

.descr{
    padding-right: 30%;
    padding-left: 9%;
    font-size: 22px;
}

.textbg{
    background-color: white;
}

.landingtextb{
    position: absolute;
    left: 50%;
    top: 15%;
    width: 50%;
    padding-top: 1%; 
    padding-bottom: 5%;
    background-color: none;
    font-size: 18px;
    min-height: 100px;

    } 

.preview_img {
    object-fit: cover;
    min-height: 100% !important;
    width: 100%;

}



.bar {
    height: 30px;
    width: 100%;
}

.sub-title {
    display: inline-block;
    height: 100%;
    width: 30%;
    background-color: blue;

}

.desc {
    display: inline-block;

    height: 100%;
    width: 69%;

}


.inner-title {
    padding-top: 14px;
    padding-left: 16%;
    overflow: scroll;
    white-space: nowrap;
    background-color: blue;


}

.inner-desc {
    padding-top: 14px;
    padding-left: 6%;
    overflow: scroll;
    white-space: nowrap;


}

.inner-desc::-webkit-scrollbar {
    display: none !important;
}

/* Hide scrollbar for IE, Edge and Firefox */
.inner-desc {
    -ms-overflow-style: none !important;
    /* IE and Edge */
    scrollbar-width: none !important;
    /* Firefox */
}

.inner-title::-webkit-scrollbar {
    display: none !important;
}

/* Hide scrollbar for IE, Edge and Firefox */
.inner-title {
    -ms-overflow-style: none !important;
    /* IE and Edge */
    scrollbar-width: none !important;
    /* Firefox */
}


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

.landingtext{
    position: absolute;
    left: 0%;
    top: 15%;
    width: 50%;
    padding-top: 1%; 
    padding-bottom: 5%;
    background-color: none;
    font-size: 16spx;
    min-height: 100px;
    
    } 


    .descr{
        padding-right: 10%;
        padding-left: 9%;
        font-size: 16px;
    }}