.containeres {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-template-rows: repeat(2, 300px);
}

.containeres > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.containeres1 {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-template-rows: repeat(2, 200px);
  height: 300px;
}

.containeres1 > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-containeres1 {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-template-rows: repeat(2, 200px);
}

.title-all1e {
  margin-top: -15px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
}

.title-all1e a { 
  margin-top: -15px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  letter-spacing: 1px;
  font-size: 18px;
 }

.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: 23px;
  font-family: webnar, sans-serif;
  font-weight: 700;
  text-decoration: underline;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}

/*.sub_titlese1 a { color: #333; font-size: 23px; font-family: webnar, sans-serif; font-weight: 700; text-decoration: underline; line-height: normal; text-align: center; text-transform: uppercase; }
.sub_titlese1 a:link { color: #333; }
.sub_titlese1 a:visited { color: #333; }
.sub_titlese1 a:hover { color: #F57E00; }
.sub_titlese1 a:active { color: #f65275; }*/

 #glav-znak a { color: #333; font-size: 23px; 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; }