
.cm-video_wrapper .c-filter-btns-container {
  background: #eb043c;
  border-radius: 20px;
  margin: 0 auto 30px
}

.cm-video_wrapper .c-filter-btns-container .inner-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1200px;
  padding: 15px 10px
}

.cm-video_wrapper .c-filter-btns-container .inner-container span {
  color: #fff;
  font-size: 14px;
  line-height: 1
}

.cm-video_wrapper .c-video-title-section {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center
}

.cm-video_wrapper .c-video-item {
  float: left;
  min-height: 270px;
  margin: 5px;
  padding: 15px;
  width: 390px
}

.cm-video_wrapper .c-video-thumbnail-img {
  margin-bottom: 20px
}
.cm-video_wrapper .c-video-thumbnail-img img {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-radius: 12px;
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  display: block;
  height: auto;
  transition: all .4s  ease;
  width: 100%;
  overflow: hidden;

}

.cm-video_wrapper .c-video-thumbnail-img img:hover {
  transform: scale(1.1);
  transition: all .4s ease ;
}

.cm-video_wrapper .c-video-titles {
  color: #000;
  text-align: center;
  text-transform: none;
  font-family: graphik;
  margin: 0;
  line-height: 1.4;
}

.cm-video_wrapper select.filter-select {
  border: none ;
  border-radius: 6px;
  color: #2a2a2a ;
  font-size: 12px ;
  height: auto ;
  outline: none;
  padding: 8px ;
  width: 32% ;
}

.cm-video_wrapper input.video-filter {
  border: none ;
  border-radius: 6px;
  color: #2a2a2a ;
  font-size: 12px ;
  height: auto ;
  outline: none;
  padding: 8px ;
  width: 32% ;
}

.cm-video_wrapper a#search {
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 9px 30px;
  text-decoration: none;
  width: 17%;
  text-align: center;
}
::-webkit-input-placeholder {
  color: #969696;
}

.cm-video_wrapper #search:hover {
  background-color: #c3002b;
  border-color: #e60033;
}
/* 
.cm-video_wrapper .c-video-item {
width: calc(33.33% - 10px);
}

.c-video-list-wrapper {
display: flex;
}

*/
@media only screen and (max-width: 1366px) {
  .cm-video_wrapper .c-video-item {
    min-height: 380px;
    /*     width: 560px */
    width: calc(50% - 10px);

  }
}

@media only screen and (max-width: 1024px) {
  .cm-video_wrapper  .c-video-item {
    min-height::320px;
    width: calc(50% - 10px);
  }
}

@media only screen and (max-width: 820px) {
  .cm-video_wrapper .c-video-item {
    min-height:auto;
    height:auto;
    width: 100%
  }
}

@media (max-width:767px){
  .cm-video_wrapper a#search {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 580px) {
  .cm-video_wrapper .c-filter-btns-container .inner-container {
    align-items:flex-start;
    flex-direction: column;
    padding: 30px 40px
  }

  .cm-video_wrapper  #quicksearch,
  .cm-video_wrapper  .c-filter-btns-container .inner-container span,
  .cm-video_wrapper .filter-select {
    margin-bottom: 10px
  }

  .cm-video_wrapper  #search,
  .cm-video_wrapper  .filter-select,
  .cm-video_wrapper  .video-filter {
    width: 100% !Important;
  }

  .cm-video_wrapper  .c-video-titles {
    margin-bottom: 0;
  }

  .cm-video_wrapper .c-video-item {
    margin: 0 0 15px;
    padding: 0
  }

  .cm-video_wrapper .c-video-title-section {
    margin-bottom: 50px
  }

}