html,
body,
ul,
li {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

img {
height:auto;
  max-width: 100%;
  max-height: 100%;
}

a {
  color: initial;
  text-decoration: none;
  cursor: pointer;
}

p {
  margin: 0;
}

.flex {
  display: flex;
}

.flex-h-center {
  display: flex;
  align-items: center;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

video {
  min-width: 100%;
  min-height: 100%;
  object-fit: fill;
}
html {
    font-size: 120px;
}
.wp_entry a{color:#333;}
.wp_entry a:hover{color:#333;text-decoration: none;}
#search-results-new{display:none;}
#search-results-new1{display:block;}
@media screen and (max-width:999px){
html {
    font-size: 75px;
}
}