#customTrafficDriverMobile{
	display:none;	
}

@media (max-width:760px) {
    #customTrafficDriver {
        display:none;
    }
}
@media (min-width:300px) and (max-width:750px) {
    #customTrafficDriverMobile {
        display:block;
		margin:30px auto;
		text-align:center;
    }
}
div > .wp-caption-text {
    font-size: 14px !important;
    font-style: italic !important;
    margin: -10px 0px 7px 0px !important;
    padding: 0px !important;
}

div.wp-caption {
    background-color: transparent;
    max-width: 96% !important;
}
/* BOOTSTRAP 4.1 RESPONSIVE EMBED VIDEOS */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
