.page-title:before{
  content:"";
  display: inline-block;
  width: 100px;
  height: 100px;
  background-image: url('/files/public/images/tile/videos.png');
  background-size: 100px 100px;
  margin-bottom: -10px;
  margin-right: 10px;
}

.view-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.video-thumb .image-field {
  border-radius: 10px;
 margin: 0;
  
}


.page-videos h3 {
  width: 100%; 
}

.page-videos h3 a {
  display: block;
  width: 100%;
  text-align: initial;
  background: none;
  color: red;
  border-radius: 10px;
  line-height: 1;
}

.page-videos{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.page-videos .views-row {
	width: 320px;
  margin: 10px;
}

.page-videos video {
  background: none;
  width: 100%;
  xheight: 225px;
  border-radius: 10px;
  margin: 0;
}

.page-videos .content-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  font-family: gooddog;
  font-size: 1.4em;
  margin-top: -10px;
}

.page-videos .field--type-video {
  width: 320px;
  height: 180px;
  border-radius: 10px;
  display: block;
  background: black;
}

.page-videos iframe,
.page-videos video {
	background-color: black; 
	height: 180px; 
	width: 320px; 
	border-radius: 10px; 
	border: none;
}
.page-videos video {width: 320px !important; height: 180px !important;}

.field--name-name,
.field--name-field-caption {
  text-wrap: wrap;
  font-size: 1.25em;
  font-style: normal;
  font-family: GoodDog, Comic;
  text-align: left;
  color: black;
  width: 100%;
  clear: both;
  margin: 3px 0 5px 0;
  line-height: 1;
}

.content-link a {
	margin-left: 20px;
}