.section .item{
    width: 100%;
    height: 100vh;
    position: relative;
    display: block;
}
.section .item img{
    width: 100%;
    height: 100%;
}
.section .item video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    pointer-events: none;
    transition: 0.6s;
}
.section .item.on video{
    opacity: 1;
}
@media screen and (max-width: 2560px){
	
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
	
}

@media screen and (max-width: 1792px){
	
}

@media screen and (max-width: 1680px){
	
}

@media screen and (max-width: 1600px){
	
}

@media screen and (max-width: 1440px){
	
}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	
}






@media screen and (max-width: 820px){
    .section,
    .section .fp-tableCell{
        height: auto !important;
    }
    .section:first-child{
        margin-top: 60px;
    }
    .section .item{
        height: auto;
    }
}


@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
	
}


@media screen and (max-width: 414px){
	
}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 360px){
	
}




 