/* Add custom CSS styles below */ 
body{
    margin: 15px;
    }
    
.store-footer .footer-container {
    background-color: #1f1f1f;
    }
    
.rtl\:ml-2{
visibility: hidden;
}

.dark .da-bgs {
    background-color: #1f1f1f !important;
    }
    
  @media (min-width: 640px) {
    .s-block--full-bg:first-of-type {
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
}
    video{
    max-width: 60%;
    margin: auto;
    display: flex;
    height: 25em;
    
}
 
}