.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

@media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }
}

.fv_img{
  position: relative;
  display: inline-block;
}
.fv_img img{
  display: block;
  max-width: 100%;
  height: auto;
}
.fv_img img:nth-of-type(2){
  position: absolute;
  left:0;
  right:0;
  top:91%;
  margin:auto;
  width: 4.33%;
  height: auto;
}

.blink {
  animation: blinking 1s ease-in-out infinite alternate;
}
 
@keyframes blinking {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.text-whiteshadow {
  text-shadow:  3px  0px 3px #fff,
                3px  3px 3px #fff,
                0px  3px 3px #fff,
               -3px  3px 3px #fff,
               -3px  0px 3px #fff,
               -3px -3px 3px #fff,
                0px -3px 3px #fff,
                3px -3px 3px #fff;
}

.text-next {
width: 40%;
}
.text-what {
width: 50%;
}
.event_venue {
width: 65%;
}
@media screen and (max-width: 992px) {
.text-next {
width: 63%;
}
.text-what {
width: 72%;
}
.event_venue {
width: 80%;
}
}
@media screen and (max-width: 768px) {
.text-next {
width: 82%;
}
.text-what {
width: 85%;
}
.event_venue {
width: 95%;
}
}

