/* CARRES
*************************************************************************************************************************/
.square_2x2 {
	width:            25vw;
	height:           25vw;
	position:         absolute;
	background-color: #F43336;

	}

.square_3x3 {
	width:            37.5vw;
	height:           37.5vw;
	position:         absolute;
	background-color: #736642;

	
	}

.square_4x4 {
	width:            50vw;
	height:           50vw;
	position:         absolute;
	background-color: #736642;

	
	}

.square_2x2 h2, .square_3x3 h2 {
	font-size:      1.4vw;
	line-height:    1.8vw;
	text-transform: uppercase;
	font-weight:    bold;
	color:          #fff;
	margin:         0.5vw 0 1vw 0;
	
	}

.square_2x2, .square_3x3 {
	text-align:  right;
	font-family: 'ReplicaBold', sans-serif;
	overflow:    hidden;
	}

.category {
	font-size:   1.1vw;
	font-family: 'NimbusSanNov-Reg', sans-serif;
	color:       #fff;
	margin:      0;
	}

.headlines {
	position:       absolute;
	bottom:         0;
	right:          1vw;
	width:          70%;
	max-width:      70%;
	transition:     all cubic-bezier(0.19, 1, 0.22, 1) 1s;
	pointer-events: none;
	opacity:        1;
	text-align: right;
	}


.headlines h2 {
	color:white;
	font-family: 'ReplicaBold', sans-serif;
	text-transform: uppercase;
	}


.headlines p {
	pointer-events: none;
	font-size:      1.1vw;
	line-height:    1.4vw;
	color:          #fff;
	position:       absolute;
	font-family:    'NimbusSanNov-Reg', sans-serif;
	}

.box .hover {
	position:         absolute;
	width:            100%;
	height:           100%;
	/*background-color: rgba(0, 0, 0, 0.1);*/
	transition:       all cubic-bezier(0.19, 1, 0.22, 1) 2s;
	z-index:          2;
	
	}

.box .hover:hover {
	background-color: rgba(0, 0, 0, 0.6);
	}

.box .hover:hover .headlines {
	bottom: 50%;
	}

video {
	position: relative;
	}

.btn-replay {
	margin-top:    -95%;
	margin-left:   90%;
	z-index:       10;
	font-size:     1vw;
	color:         white;
	position:      absolute;
	color:white;
	cursor: pointer;
	}

/* CTA
*************************************************************************************************************************/
.call_to_action {
	
	position:   absolute;
	
	transition: opacity ease 0.5s;
	}

.call_to_action a {
	/*width:            25vw;*/
	height:           12.5vw;
	background-color: #e52935;
	color:            #fff;
	font-size:        1.1vw;
	font-family:      'NimbusSanNov-Reg', sans-serif;
	display:          flex;
	}

.call_to_action:hover {
	opacity: 0.7;
	cursor:  pointer;
	}

.align_center {
	align-self: center;
	text-align: center;
	width:      100%;
	}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

@media screen and (min-width: 300px) and (max-width: 860px) {
	
	.square_2x2 {
			width:    100vw;
			height:   100vw;
			position: relative;
			}
		
		.square_3x3 {
			width:    100vw;
			height:   100vw;
			position: relative;
			}
		
		.square_2x2, .square_3x3 {
			text-align:  right;
			font-family: 'ReplicaBold', sans-serif;
			overflow:    hidden;
			}
		
		#square_A01, #square_A02, #square_A03, #square_A04, #square_A05, #square_A06, #square_A07, #square_A08, #square_A09, #square_A10, #square_A11 {
			margin: 0;
			}
	.square_2x2 h2, .square_3x3 h2 {
		font-size:   25px;
		line-height: 30px;
		margin:      0.5vw 0 5vw 0;
		color:white;
		
		}
	
	.category {
		font-size: 20px;
		}
	
	.headlines {
		bottom: 0;
		right:  5vw;
		}
	
	.headlines {
		width: 90%;
		max-width: 90%;
		font-size: 4vw;
		}

	.headlines p {
		font-size:   15px;
		line-height: 17px;
		}
	
	.call_to_action {
		width:      100vw;
		height:     24.5vh;
		position:   relative;
		font-size:  20px;
		display:    flex;
		transition: opacity ease 0.5s;
		border-top: 2px solid #fff;
		}
	
	.call_to_action a {
		width:     100vw;
		height:    24.5vh;
		font-size: 20px;
		}
	
	.call_to_action:hover {
		opacity: 0.7;
		cursor:  pointer;
		}
	
	.align_center {
		align-self: center;
		text-align: center;
		width:      100%;
		}
		
	}




