.container {
	width: 95% !important;
    max-width: 95% !important;
}
.related-video-wrapper .ra-thumb {
    position: relative;
    width: 150px;
    margin-right: 15px;
    height: 90px;
}
.related-video-wrapper .ra-thumb img {
  object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    aspect-ratio: initial;
    object-position: center;
}