/* Add custom CSS styles below */ 

section.nice-video-sec{
    margin: 0;
}
section.nice-video-sec .md\:bg-cover {
    object-fit: cover;
}
section.nice-video-sec  h1, section.nice-video-sec  p {
    color: #000;
}
@media (min-width: 768px){
  section.nice-video-sec{
    height: 85vh;
}
  header.store-header {
    position: absolute;
    width: 100%;
}
}
@media (max-width: 768px){
  section.nice-video-sec .flex.h-full.justify-center.items-center {
    padding: 2rem 0;
}
  section.nice-video-sec  h1 {
    font-size: 25px !important;
}
section.nice-video-sec  p {
    font-size: 20px !important;
}
}

.footer-is-light .store-footer .store-footer__inner {
    background-color: #DDEBFF;
}
.footer-is-light .store-footer {
    background-color: #0089FF;
}