
.video-div {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-bottom:30px
}

.video-disc{
color: rgb(38, 40, 43);
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom:30px;
    font-style: italic;
}

@media (min-width:768px){
.video-div iframe {
    height: 34rem;
}
    .video-div{
margin-bottom:30px
}
}
@media (max-width: 575.98px){
.video-disc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom:10px;
    }
}

.products_store.furniture_page .article-video.embed .video-div , .products_store.furniture_page .article-video.embed .video-disc {
    margin-bottom: 0;
}