ul{

	padding-left: 0;

}

li{

	list-style: none;

}

a{

	text-decoration: none !important;

}

h1,h2,h3,h4,h5,h6{

	margin: 0;

}

p{

	margin: 0;

}

.no-pad{

	padding: 0;

}







#myVideo {

  position: fixed;

  right: 0;

  bottom: 0;

  min-width: 100%; 

  min-height: 100%;

}


video{
}


.first{

	display: block;
    position: absolute;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0, #000000ba 100%);
    margin-top: 0px;
    height: 100vh;
    width: 100%;
    content: '';
    top: 0;
    /* background: url(../images/landing-img.jpg) no-repeat center center; */
    background-size: cover;

}

.first .landing-cat{

	text-align: center;

	/*position: absolute;

	left: 15px;

	right: 15px;

	top: 300px;*/

}

.first .main-section{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 19%;
    right: 19%;
}

.first .landing-cat h4{

	font-size: 35px;

	color: #fff;

	text-transform: uppercase;

	font-weight: 700;

	font-family: 'Oswald', sans-serif;

	padding: 15px 0;

	transition: 0.5s all;

}

.first .landing-cat:hover .one-txt{

	padding-top: 30px;

}

.first .landing-cat img{

	transition: 0.5s all;

}

.first .landing-cat:hover .one-hover{

	transform: scale(1.1);

}

.first .top-left{

	position: absolute;

	top: -9px;

	left: 0px;

	visibility: hidden;

	transition: 0.1s all !important;

}

.first .landing-cat:hover .top-left{

	visibility: visible;

}

.first .top-right{

	position: absolute;

	bottom: 74px;

	right: 0px;

	visibility: hidden;

	transition: 0.1s all !important;

}

.first .landing-cat:hover .top-right{

	visibility: visible;

}







@media (max-width: 991px) {
	.first .landing-cat{
		position: static;
		margin: 25px 0;
	}
	.first{
		height: 100%;
	}
	.first .main-section{
		left: 0;
		right: 0;
	}
	.first .landing-cat h4{
		font-size: 18px;
	}
	.top-left{
		display: none;
	}
	.top-right{
		display: none;
	}
	/*#myVideo { 
	     position: relative;
	     padding-bottom: 56.25%;
	     height: 0;
	     ​width: 100%;      
	     margin: 0 auto;
	}

	#myVideo {
	     position: absolute;
	     top: 0;
	     left: 0;
	     width: 100%;  
	     height: 100%;
	}*/
}