/*----------------------------------------------------*/
#ours5et2{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-center;
	margin-bottom: 0px;
}
#ours5{
     width: calc( 63.2% - 10px);
     height: calc(63.2% - 10px);
}

#ours2{
    width: calc( 36.8% - 10px);
    height:calc(36.8% - 10px);
}
/*----------------------------------------------------*/

#ours1{
    width: 100%;
     height: auto;
}

/*----------------------------------------------------*/
#ours4et6{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-center;
	margin-bottom: 0px;
}
#ours4{
      width: calc( 51% - 10px);
     height: calc(0.67373 * calc(51% - 10px));
}

#ours6{
    width: calc( 49% - 10px);
     height: calc(calc(49% - 10px)*1.1721763);
}
/*----------------------------------------------------*/

.videos{
	max-width: 100%;
	position:relative;
	padding-top:56.25%;
}

.video {
    position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
  }