/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
  background-color: #0088ff;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 125px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #ffffff;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}

.fk-mw {
	height: calc(100vh - 173px);
	width: 100%; 
	overflow-x: hidden; 
	margin-top: 48px;
	box-sizing: border-box;
}

.fk-mw-inner{
	display: flex;
    align-items: stretch;
    justify-content: center;
    flex-flow: row nowrap;
    overflow-x: auto;
    height: 100%;
    box-sizing: border-box;
}

.fk-col{
    overflow: inherit;
    align-items: stretch;
    flex: 0 0 302px;
    margin: 10px 5px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

@media only screen and (max-width: 700px) {
	.fk-mw-inner {
		flex-direction: column;
		justify-content: stretch;
	}

	.fk-col{
		justify-content: center;
		align-items: center;
		min-height: 720px;
	}

	.fk-col:first-child{
		justify-content: center;
		align-items: center;
		min-height: 600px;
	}
}

.fk-col-inner{
	min-width: 300px;
	width: 300px;
	/*height: 100%;*/
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
	margin-bottom: 0;
}

.fk-col-frame{
	border: 0;
    flex: 1;
    /*min-height: 506px;*/
    width: 100vw;
    border-radius: 2px;
    width: 300px;
}

.navbar{
	height: 48px;
}
.play-button{
	font-size: 80px;
    color: #0088ff;
    cursor: pointer;
}
iframe{
    overflow:hidden;
}