/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/

.video-content {
	display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.video-content [class*="col-"],
.video-content .col {
	padding-right: 15px;
  padding-left: 15px;
  flex: 1;
}

.container-16-9 {
  position: relative;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
  width: 100%;
  overflow: hidden;
}

.container-16-9 img,
.container-16-9 > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 960px) {
  .video-content [class*="col-"],
  .video-content .col {
    flex: 0 0 100%;
    margin-top: 20px;
  }
}