@media (max-width: 767px)
.brz .brz-css-vpdmx {
    padding: 0px 5px 5px 5px!important;
}
.inside-header {
    padding: 40px;
    padding-bottom: 15px;
}

h1 {    text-transform: capitalize;}
body, button, input, select, textarea {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 14px;
}
.sidebar .widget, .footer-widgets .widget {    font-size: 15px;}
.widget-title {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: none;
}
.elementToFadeInAndOut {
    -webkit-animation: fadeinout 3s infinite;
    animation: fadeinout 3s infinite;
    opacity: 0;
  background-position: center; 
}

@-webkit-keyframes fadeinout {
  50% { opacity: 1; }
}

@keyframes fadeinout {
  50% { opacity: 1; }
}


.elementToFadeInAndOut5 {
    -webkit-animation: fadeinout 5s infinite;
    animation: fadeinout 5s infinite;
    opacity: 0;
  background-position: center; 
}

@-webkit-keyframes fadeinout {
  50% { opacity: 1; }
}

@keyframes fadeinout {
  50% { opacity: 1; }
}

.elementToFadeInAndOut7 {
    -webkit-animation: fadeinout 7s infinite;
    animation: fadeinout 7s infinite;
    opacity: 0;
  background-position: center; 
}

@-webkit-keyframes fadeinout {
  50% { opacity: 1; }
}

@keyframes fadeinout {
  50% { opacity: 1; }
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 20px;
}
