@media screen and (min-width: 1700px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1640px;
	}
}

html, body {
    height: 100%;
    margin: 0;
    overflow-x: hidden;
}

body {
    width: 100%;
    max-width: 650px;
    margin: auto;
    background-color: #000;
    overflow: hidden;
    position: relative;
    padding: 50px 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    font-family: "Montserrat", sans-serif;
}

header {
    display: none;
}

.bg_video {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.angpaoBox {
    position: relative;
    width: fit-content;
    margin: auto;
    margin-top: 40px;
}

.btn_press {
    position: absolute;
    bottom: 65px;
    left: 5px;
    right: 0;
    margin: auto;
    animation: zoom .35s infinite alternate;
    width: 105px;
}

@keyframes zoom {
	0% {
		transform:scale(1);
	}
	100% {
		transform:scale(1.1);
	}
}

.logo img {
    width: 320px;
}

.angpao {
    width: 300px;
}

.angpao_img {
    position: relative;
    z-index: 10;
}

footer {
    position: absolute;
    bottom: 0;
    font-size: 14px;
}

.icon_3 {
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 110px;
    animation: icon3 1s infinite alternate;
}

#fire_work {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    transform: scale(2);
    left: 0;
    right: 0;
    bottom: 0;
}

.icon_1 {
    position: absolute;
    width: 80px;
    top: -30px;
    right: 20%;
    animation: icon3 1s infinite alternate;
}

.icon_2 {
    position: absolute;
    right: -30px;
    top: -40%;
    bottom: 0;
    margin: auto;
    width: 80px;
    animation: icon2 1.5s infinite alternate;
}

.icon_4 {
    position: absolute;
    left: -30px;
    bottom: 40px;
    width: 100px;
    animation: icon2 1.5s infinite alternate;
}

.icon_5 {
    position: absolute;
    left: -15px;
    top: -30px;
    width: 100px;
    animation: icon2 1.5s infinite alternate;
}

@keyframes icon3 {
    0% { transform: translateY(20); }
    100% { transform: translateY(-20px); }
}

@keyframes icon2 {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-10px, -20px); }
    
}

#rev_slider_1_1_wrapper, #rev_slider_1_1_forcefullwidth {
    height: 100vh !important;
}


@media only screen and (max-height: 600px) {
    footer {
        position: relative;
    }
    
    body {
        padding-top: 30px;
        padding-bottom: 0;
        height: auto !important;
    }
    
    .bg_video, #rev_slider_1_1_wrapper, #rev_slider_1_1_forcefullwidth {
        height: 100% !important;
    }
}





























