    .resurge_video {
        position: relative;
        max-width: 790px;
        height: 442px;
        ;
    }

    .btn_clickSound_left {
        position: absolute;
        left: -260px;
        top: 36%;
        font-size: 33px;
        padding: 5px 30px;
    }

    .btn_clickSound_right {
        position: absolute;
        right: -260px;
        top: 36%;
        font-size: 33px;
        padding: 5px 30px;
    }

    .main_banner .container {
        width: 100%;
        max-width: 100%;
        will-change: transform;
    }

    .resurge_video_desktop {
        width: 90vw;
        /* 90% of viewport vidth */
        height: 50.625vw;
        /* ratio = 9/16 * 90 = 50.625 */
        max-height: 90vh;
        max-width: 160vh;
        margin: auto;
        will-change: transform;
    }

    .body-homepage-video-active .cbtb {
        display: none;
    }

    .body-homepage-video-active .main_banner {
        width: 100vw;
        height: 100vh;
        max-width: 100vw;
        max-height: 100vh;
        margin: 0;
        padding: 0;
        background: black;
    }

    .body-homepage-video-active .main_banner .container {
        width: 100vw;
        height: 100vh;
        max-width: 100vw;
        max-height: 100vh;
        margin: 0;
        padding: 0;
        background: black;
    }

    .body-homepage-video-active .main_banner .container .row {
        width: 100vw;
        height: 100vh;
        max-width: 100vw;
        max-height: 100vh;
        margin: 0;
        padding: 0;
        background: black;
    }

    .body-homepage-video-active .main_banner .container .row>div {
        display: flex;
        padding: 0;
        margin: 0;
    }

    .body-homepage-video-active .resurge_video_desktop {
        width: 100vw;
        height: 56.25vw;
        /* 100/56.25 = 1.778 */
        max-height: 100vh;
        max-width: 177.78vh;
        /* 16/9 = 1.778 */
        margin: auto;
        border: 0;
    }

    .resurge-overlay {
        display: none;
        position: absolute;
        z-index: 100000;
        top: 0px;
        background: transparent;
        width: 100%;
        height: 100%;
    }

    .body-homepage-video-autoplays .resurge-overlay {
        display: block;
    }

    .body-homepage-video-paused .resurge-overlay {
        display: block;
        background: url('images/thumbnail-paused.png');
        background-size: cover;
    }

    .body-homepage-video-ended .resurge-overlay {
        display: block;
        background: url('images/thumbnail-ended.png');
        background-size: cover;
    }

    .resurge-overlay .btn_clickSound {
        position: absolute;
        left: 0;
        right: 0;
        width: 90%;
        border: 0;
        padding: 0;
        box-shadow: none;
        color: white;
        background: transparent;
        text-transform: uppercase;
        font-size: 60px;
    }

    .resurge-overlay .btn_clickSound_top {
        top: 40px;
    }

    .resurge-overlay .btn_clickSound_bottom {
        bottom: 40px;
    }

    .bottleArea-ribbon-bottom img {
        display: block;
        margin: 30px auto 0 auto;
        width: 65%;
        height: 65%;
    }

    .body-mobile-homepage .bottleArea-ribbon-bottom img {
        display: block;
        margin: 10px auto 60px auto;
        width: 90%;
        height: 90%;
    }
.wrapper {
    margin: 0 auto;
    width: 960px;
}	

.z-2 {
    z-index: 2;
}
@media screen and (min-width: 1200px) {

.container1 {
    max-width: 1140px;
}	
	
@media screen and (min-width: 992px) {

.container1 {
    max-width: 960px;
}
	
@media screen and (min-width: 768px) {

.container1 {
    max-width: 720px;
}	
	
@media screen and (min-width: 576px) {
.container1 {
    max-width: 540px;
}	
.container1 {
    width: 100%;
    padding-right: 15px;
    padding-left: 150px;
    margin-right: auto;
    margin-left: auto;
}	
.justify-content-center1 {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}	
.row1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}	
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}	
button#unmute {
    font-weight: 700;
    font-size: 32px!important;
    background-color: #d73e3e;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    color: #fff;
    font-size: 26px;
    text-shadow: 1px 1px #333;
    box-shadow: -1px -1px 17px 15px rgba(0,0,0,.2);
    cursor: pointer;
}	
.blink {
		animation: blink 1s linear infinite;
}	
	@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}
.pointer {
    cursor: pointer;
}	
.text-center1 {
    text-align: center!important;
}	
.atc {
    text-align: center;
    margin: 5px 0;
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.faqmodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.full-img {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 1200px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.full-img, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.faqclose {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.faqclose:hover,
.faqclose:focus {
  color: #d06d68; 
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .full-img {
    width: 90%;
  }
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}		
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}		
.rowX {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}		
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.btn-block {
    display: block;
    width: 100%;
}	
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}	
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}			
	button#cta {
    font-size: 40px!important;
    font-weight: 600;
    background-color: #ff8400;
    border-radius: 4px!important;
    padding-top: 6px;
    padding-bottom: 6px;
    border: 1px solid #000;
    color: #fff;
    font-size: 26px;
    text-shadow: 1px 1px #000;
}
