.img-fluid-modal{
/* 	padding: 0;
	margin: 0; */
	display: block;
    margin-left: auto;
    margin-right: auto;
	max-width: 80%;
  	height: auto;
}

.video-responsive {
   height: 0;
   overflow: hidden;
   padding-bottom: 56.25%;
   padding-top: 30px;
   position: relative;
}

.video-responsive iframe {
   width: 100%;
   height: auto;
   aspect-ratio: 16/9;
}

.carousel-nav-icon {
   height: 48px;
   width: 48px;
}

.carousel-nav-icon {
   height: 48px;
   width: 48px;
}

.grey-highlight {
   color: #909090;
}

.center-vertical {
   display: flex; 
   justify-content: center; 
   align-items: center;
}

:root {
   --plyr-badge-border-radius: 2px;
}