.vjs-suggested-video-endcap {
  background: rgba(0, 0, 0, .7);
  display: none;
  bottom: 33px;
  left: 0;
  overflow: hidden;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.vjs-suggested-video-endcap.is-active {
  display: block;
}
.vjs-suggested-video-endcap-container {
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: baseline;
  align-items: baseline;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
    top: 50%;
    left: 0;
    width: 100%;
    position: absolute;
    transform: translateY(calc(-50% + 20px));
}
.vjs-suggested-video-endcap-header {
  font: 700 16px/1 Arial, sans-serif;
  margin: 0 auto 20px;
  margin-top: 15px;
  text-align: center;
}
.vjs-suggested-video-endcap-link {
  font: 300 12px/1 Arial, sans-serif;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  width: 25%;
  padding: 5px;
  line-height: 15px;
font-weight: normal;
}
/*
.vjs-suggested-video-endcap-link:nth-of-type(4n),
.vjs-suggested-video-endcap-link:last-of-type {
  margin-right: 0;
}
*/
.vjs-suggested-video-endcap-img {
  height: auto;
  margin-bottom: 5px;
  width: 100%;
}


@media (max-width: 1424px) { 
	.vjs-suggested-video-endcap-link:nth-of-type(3n) {
	  display: none; 
	}
	.vjs-suggested-video-endcap-link:nth-of-type(4n) {
	  display: none; 
	}
	.vjs-suggested-video-endcap-link {
	  font: 300 12px/1 Arial, sans-serif;
	  color: #ffffff;
	  font-weight: bold;
	  position: relative;
	  width: 33%;
	}
}

@media (max-width: 848px) { 
	.vjs-suggested-video-endcap-link:nth-of-type(3n) {
	  display: none; 
	}
	.vjs-suggested-video-endcap-link:nth-of-type(4n) {
	  display: none; 
	}
	.vjs-suggested-video-endcap-link {
	  font: 300 12px/1 Arial, sans-serif;
	  color: #ffffff;
	  font-weight: bold;
	  position: relative;
	  width: 33%;
	}
}

@media (max-width: 632px) { 
        .vjs-suggested-video-endcap-link:nth-of-type(2n) {
	  display: none; 
	}
        .vjs-suggested-video-endcap-link:nth-of-type(5n) {
	  display: none; 
	}
	.vjs-suggested-video-endcap-link:nth-of-type(6n) {
	  display: none; 
	}   
        .vjs-suggested-video-endcap-link:nth-of-type(7n) {
	  display: none; 
	}   
	.vjs-suggested-video-endcap-link {
	  font: 300 12px/1 Arial, sans-serif;
	  color: #ffffff;
	  font-weight: bold;
	  position: relative;
	  width: 50%;
	}
}