
.img-wrap{
  position: relative;
  display: inline-block;
}

.img-main{
  display: block;
  max-width: 100%;
  height: auto;
}

.img-overlay{
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 30%;
  height: auto;
}

.ecols{
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 16px;
  padding: 14px 0;
}

.ecols--left-wide{
  grid-template-columns: 1.4fr 1fr;
}

.ecol{
  display: grid;
  gap: 16px;
}

.ecol-left{
  grid-template-rows: 1fr 2fr;
}

.ecol-right{
  grid-template-rows: 2fr 1fr;
}

.ecol img{
  margin: 0;
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  position: static;
}

.ecol-text{
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 16px;
  font-size: 16px;
  line-height: 1.6;
}


.img-double{
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;}

.img-double--bottom{
  align-items: flex-end;
}

.img-double img{
  all: unset;
  display: block;
  width: auto;
  height: auto;
  max-width: 45%;
}

.img-double--left-wide .is-left{
  max-width:65%;
}

.img-double--left-wide img:not(.is-left){
  max-width:30%;
}

.img-double--left-wide2 .is-left2{
  max-width:55%;
}

.img-double--left-wide2 img:not(.is-left2){
  max-width:41.5%;
}


.eimg-grid-6{
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1.2fr;;
  gap: 8px;
  justify-items: center;
  align-items: center;
  margin-bottom: 24px;
}

.eimg-grid-6--v2{
  grid-template-columns: 1.1fr 1fr 1.1fr;
}

.eimg-grid-6 img{
  width: 100%;
  max-width: none;
}

.label-event {
  display: inline-block;
  background-color: #ffa500;
  color: #fff;
  font-weight: bold;
  padding: 0.2em 1em;
  border-radius: 0.3em;
  text-decoration: none;
  font-size: 1.4rem;
  box-shadow: none;
  transition: background-color 0.3s ease;
}

.video-main{
  max-width: 100%;
  height: auto;
  display: block;
  border: solid 1px #ddd;
}

.event-box{
  display:flex;
  flex-direction: column;
  gap:16px;
  align-items:center;
  padding:16px 0;
}

.img-stretch{
  all: unset;
  display: block;
  width: 100%;
  max-width: 600px;
  height: auto;

  margin: 24px auto; 
}


.img-pair{
  display: flex;
  gap: 16px;               
  margin: 12px 0;
}

.img-pair img{
  all: unset;
  display: block;

  width: 48%;
  height: auto;
}

