
.H_bnr{
display: table;
width: 100%;
height:75vh;
}


.H_50{
display: table;
width: 100%;
height:50vh;
}

.H_60{
display: table;
width: 100%;
height:60vh;
}

.H_70{
display: table;
width: 100%;
height:70vh;
}

.H_80{
display: table;
width: 100%;
height:80vh;
}


.H_90{
display: table;
width: 100%;
height:90vh;
}

.H_100{
display: table;
width: 100%;
height:100vh;
}

.F_100{
display: table;
width: 100%;
height:100vh;
}


.H-main{
display: table;
width: 100%;
height:90vh;
}




.H_50x{
display: table;
width: 100%;
height:50vh;
}

.H_60x{
display: table;
width: 100%;
height:60vh;
}

.H_70x{
display: table;
width: 100%;
height:70vh;
}

.H_80x{
display: table;
width: 100%;
height:80vh;
}


.H_90x{
display: table;
width: 100%;
height:90vh;
}

.H_100x{
display: table;
width: 100%;
height:100vh;
}



/*Viewport = 768px*/
@media screen and (max-width : 48em){
}

/*Viewport=600px*/
@media screen and (max-width: 33.75em) {

}

/*Viewport = 480px*/
@media screen and (max-width: 30em){
.H_50x{
display: table;
width: 100%;
height:auto;
}

.H_60x{
display: table;
width: 100%;
height:auto;
}

.H_70x{
display: table;
width: 100%;
height:auto;
}

.H_80x{
display: table;
width: 100%;
height:auto;;
}

.H_90x{
display: table;
width: 100%;
height:auto;
}

.H_100x{
display: table;
width: 100%;
height:auto;
}
.H-main{
display: table;
width: 100%;
height:50vh;
padding-top:40px;
}
}


@media screen and (max-width: 24em) {
.H_50x{
display: table;
width: 100%;
height:auto;
}

.H_60x{
display: table;
width: 100%;
height:auto;
}

.H_70x{
display: table;
width: 100%;
height:auto;
}

.H_80x{
display: table;
width: 100%;
height:auto;;
}

.H_90x{
display: table;
width: 100%;
height:auto;
}

.H_100x{
display: table;
width: 100%;
height:auto;
}
.H-main{
display: table;
width: 100%;
height:50vh;
padding-top:40px;
}
}


/*Viewport = 320px*/
@media screen and (max-width: 20em){
.H_50x{
display: table;
width: 100%;
height:auto;
}

.H_60x{
display: table;
width: 100%;
height:auto;
}

.H_70x{
display: table;
width: 100%;
height:auto;
}

.H_80x{
display: table;
width: 100%;
height:auto;;
}

.H_90x{
display: table;
width: 100%;
height:auto;
}

.H_100x{
display: table;
width: 100%;
height:auto;
}
.H-main{
display: table;
width: 100%;
height:50vh;
padding-top:40px;
}

}