
@media only screen and (min-width: 1301px) { 

.page {
	display: block;
	justify-content: center;
	background-color: white;
	margin: 0;
    padding: 0;
	font-size:3vh;
	text-decoration: none;
	font-family: Roboto;
	max-width:1830px;

}

.l1 {
	display: flex;
	justify-content: center;
	animation: slide 1500ms ease-out;
}

.l2 {
	display: flex;
	justify-content: center;
	animation: slide2 1500ms ease-out;
}
.l3 {
	display: flex;
	justify-content: center;
	animation: slide3 1500ms ease-out;
}


.img {
width: 505px;
height: 284px;
position: absolute;

}

.img2 {
width: 505px;
height: 284px;
position: absolute;
}
.rec3 {
position: absolute;
width: 505px;
height: 284px;
border: 3px solid #C4C4C4;
box-sizing: border-box;
margin-top: 20px;
margin-left: 20px;
animation: slide6 1500ms ease-out;
}

.rec2 {
position: absolute;
width: 505px;
height: 284px;
border: 3px solid #C4C4C4;
box-sizing: border-box;
margin-top: 20px;
margin-right: 20px;
animation: slide5 1300ms ease-out;
}

.rec {
position: absolute;
width: 505px;
height: 284px;
border: 3px solid #C4C4C4;
box-sizing: border-box;
margin-top: 20px;
margin-left: 20px;
animation: slide4 1100ms ease-out;
}
.leftB {
	width: 500px;
	height: 380px;
	display: relative;
	padding-left:30px;
	padding-right:30px;
}
.rightB {
	margin-top: 150px;
	display: absolute;
	padding-left:30px;
	padding-right:30px;
}

.txtTOP {
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 36px;
line-height: 42px;
color: #000000;
}

.txtBOT {
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 21px;
color: #BDBDBD;
}

.imgrp {
width: 505px;
height: 284px;
position: absolute;
display: relative;
}

.imgrp2 {
width: 505px;
height: 284px;
position: absolute;
display: relative;
margin-left:20px;
}

.imgtxt {
	opacity: 0.0;
	width: 505px;
	height: 284px;
	position: absolute;
	background-color: black;
	color: white;
	display:flex;
	justify-content:center;
}
.txt {
	padding-top: 120px;
	font-size: 14px;
}

.imgtxt:hover {
	opacity: 0.5;	
	transition-duration: 0.5s;
}
}

@media only screen and (max-width: 1300px) { 
.page {
	display: flex;
	flex-direction:column;
	justify-content: center;
	background-color: white;
	margin: 0;
    padding: 0;
	font-size:3vh;
	text-decoration: none;
	font-family: Roboto;

}
.rec {
	display: none;
}
.rec2 {
	display: none;
}
.l1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 2vh;
	animation: slide 1500ms ease-out;
	margin-bottom: 10vw;
	margin-top: 10vw;
}

.l2 {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	margin: 2vh;
	animation: slide2 1500ms ease-out;
	margin-bottom: 10vw;
}

.l3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 2vh;
	animation: slide3 1500ms ease-out;
	margin-bottom: 10vw;
}

.img {


}

.img2 {

}

.leftB {
	display: flex;

	justify-content: center;

}
.rightB {
	display: flex;
	flex-direction:column;
	text-align: center;


}



.imgrp {
width: 728px;
height: 426px;

}

.imgrp2 {
width: 728px;
height: 426px;

}

.txtTOP {
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 54px;
line-height: 42px;
color: #000000;
}

.txtBOT {
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 27px;
line-height: 21px;
color: #BDBDBD;
}

.imgtxt {

}
.txt {
display:none;
}

.imgtxt:hover {

}


}
	
	
	