.video-thumbnail{
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 0px !important;

}

.videocontainer{
  padding: 0px 0px 80px 0px !important;
}

.video-container{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Assistant", sans-serif !important;

}


.video-thumbnails{
	display: flex;
    gap: 35px;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center !important;
    font-family: "Assistant", sans-serif !important;

}
.video-thumbnail{
	width: 305px !important;
}
.video-thumbnail img {
    max-width: unset ;
width:300px !important;
    height: 160px !important;
}
.close-btn{
	color:black;
}
.video-thumbnail p{
	font-size: 18px;
    color: #0b304f;
    margin: 0px 16px !important;
    line-height: 1.38;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
   font-family: "Assistant", sans-serif !important;

}

.Page-header {
display: flex;
    justify-content: center;
    font-size: 38px;
    color: #fff;
    font-weight: 600;
    align-items:center;
    font-family: "Assistant", sans-serif !important;
    font-weight:700;
}

.Page-header{
  background-image: url('https://deltatrak.com/wp-content/uploads/2024/11/mask-group-7.png');
  height: 140px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  font-family: "Assistant", sans-serif !important;

}

.container-description{
    margin-bottom: 40px;
font-family: "Assistant", sans-serif !important;

}

.video-flex{
display: flex;
    justify-content: center;
    align-items: center;
    font-family: Assistant !important;
}

@media (min-width: 768px)and (max-width: 912px) {
    .video-flex {
        flex: 0 0 auto;
        width: 50% !important;
    }
}

@media (min-width: 0px)and (max-width: 767px) {
    .container-description{
    margin: 0px 25px !important;
    }
    .videocontainer {
        padding: 0px 0px 25px 0px !important;
    }
}

@media (min-width: 913px)and (max-width: 1024px) {
.video-flex{
        width: 38% !important;
}


.video-thumbnails-container{
   gap:30px !important ;
}
}
.video-model-content .close-btn{
     width:2% !important;
}