.containeres  {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(1, minmax(300px, 1fr));
  grid-template-rows: repeat(7, 300px);
}

.containeres > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.containeres1 {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(1, minmax(300px, 1fr));
  grid-template-rows: repeat(1, 200px);
}

.containeres1 > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-containeres1 {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(1, minmax(300px, 1fr));
  grid-template-rows: repeat(1, 200px);
}

.title-all1e {
  margin-top: -15px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  letter-spacing: 1px;
  font-size: 23px;
}

.containeres1:hover,
.hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}

.post-containeres1:hover span,
.hover {
  color: #e98d07;
  text-decoration: underline;
}

.containeres1:hover .thumbnail1s img,
.hover .thumbnail1s img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  text-indent: 0%;
}

.containeres1 .thumbnail1s {
  height: 200px;
  overflow: hidden;
}

.sub_titlese1 {
  margin-top: 0px;
  color: #333;
  font-size: 35px;
  font-family: webnar, sans-serif;
  font-weight: 700;
  text-decoration: underline;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}

 #glav-znak a { color: #333; font-size: 33px; font-family: webnar, sans-serif; font-weight: 700; text-decoration: underline; line-height: normal; text-align: center; text-transform: uppercase; }
 #glav-znak a :link { color: #333; }
 #glav-znak a :visited { color: #333; }
 #glav-znak a:hover { color: #F57E00; }
 #glav-znak a:active { color: #f65275; }
 
 .search-table-outter {
  border: 2px solid red;
  overflow-x: hidden;
  position: relative;
}

.search-table {
  table-layout: fixed;
  margin: 40px auto 0px auto;
}

.search-table,
td,
th {
  border-collapse: collapse;
  border: 1px solid #777;
}

th {
  padding: 20px 7px;
  font-size: 15px;
  color: #444;
  background: #66C2E0;
}

td {
  padding: 5px 10px;
  height: 35px;
}

#w-scroll {
  position: absolute;
  width: 100%;
  height: auto;
  overflow-x: scroll;
  }

#w-scroll .scroll {
  height: 1px;
}