.mosaic__card.mosaic__video-card .mosaic__card--info{
  display: flex;
  justify-content: center !important;
  align-items: center;
}

.popup__modal .video__iframe{
  width:100%;
  height:100%;
}

.popup__modal.mosaic__modal{
  height:450px;
  min-height:450px;
  overflow:hidden;
}
{# Tablet BreakPoint #}
@media(max-width:768px){
  section.mosaic--section {

  }
}

{# mobile BreakPoint #}
@media(max-width:480px){
  section.mosaic--section {

  }
}


