html,body{
    margin:0;
    padding:0;
    height: 100%;
}
.close{
	width: 50px;
    height: 50px;
    padding: 0 0 20px 20px;
    top: 0%;
    right: 0%;
    z-index: 99999;
    position: absolute;
}
.close img{
	width: 100%;
    height: auto;
}
.mobile{display:none;}
.swiper-container{ 
  cursor:pointer !important;
  width: 100%;
  height: 100%;
}
.swiper-slide {
    overflow: hidden;
}
.swiper-slide img{
	height: 100%;
    width: auto;
}
.swiper-button-prev, .swiper-button-next{
    width: 3%;
    height: 6.5%;
    top: 50%;
    background: none;
}
.swiper-button-prev{
    left: 0;	
}
.swiper-button-next{
    right: 0;
}
.swiper-button-prev img, .swiper-button-next img{
    width: 100%;
    height: auto;	
}
.swiper-button-prev:focus, .swiper-button-next:focus {
    outline: none;
}
.slide1 {
    background: url(../images/slideBgOne.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.slide2 {
    background: url(../images/slideBgSecond.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.slide3 {
    background: url(../images/slideBgThird.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.purplebottom, .bottomtwoslide{
    width: 100%;
    height: 75%;
    bottom: 0;
}
.bottles{
	height: 70%;
    width: auto;
    left: 0;
    z-index: 2;
    right: 0;
    margin: auto;
    text-align: center;
}
.slide1bg .bottombar{
    height: 35%;
    bottom: 0;
    width: 100%;
    background: url(../images/slideOneBottom.jpg);
}
.slide2bg .bottombar{
    background: url(../images/slideTwoBottom.jpg) no-repeat;
    height: 35%;
    bottom: 0;
    width: 100%;
}
.slide3bg .bottombar{
    background: url(../images/slideThirdBottom.jpg) no-repeat;
    height: 35%;
    bottom: 0;
    width: 100%;
}
.bottombar img{
	width: 100%;
    height: auto;
}
.logo{
	width: 12%;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
}
.flavourtxt{
	width: 53%;
    top: 50%;
    transform: translateY(-50%);
    left: 22%;
}
.learnMoreCta{
	width: 15%;
    top: 50%;
    transform: translateY(-50%);
    left: 80%;
}
.powerfulTxt{
	height: 20%;
    left: 50%;
    transform: translateX(-50%);
    top: 3%;	
}
.bottom_left{
	left: -15%;
    bottom: 10%;
    height: 100%;
}
.top_left{
	left: -3%;
    top: -53%;
    height: 70%;
}
.bottom_center{
	right: 7%;
    top: 50%;
    height: 100%;
}
.bottom_right{
    right: -25%;
    top: 15%;
    height: 100%;
}
.top_right{
	right: -35%;
    top: -40%;
    height: 60%;
}
.Slide_two_bottom_left{
    height: 80%;
    left: -8%;
    top: 25%;
}
.Slide_two_top_left{
    height: 45%;
    left: -4%;
    top: -13%;
}
.Slide_two_top_right{
    height: 50%;
    right: -4%;
    top: -15%;
}
.Slide_two_bottom_right{
	height: 50%;
    right: -3%;
    top: 30%;
}
.Slide_third_bottom_left{
	height: 70%;
    left: -8%;
    top: 25%;
}
.Slide_third_bottom_right{
    height: 70%;
    right: -22%;
    top: 22%;
}
.Slide_third_top_left{
    height: 60%;
    left: -13%;
    top: -31%;
}
.Slide_third_top_right{
    height: 60%;
    right: -13%;
    top: -27%; 
}

.swiper-slide div{
    position: absolute;
}

@media screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: landscape){
    .swiper-slide img {
        height: 60%;
        width: auto;
    }
    .swiper-button-next, .swiper-button-prev {
    	width: 7%;
    }
    .powerfulTxt {
        top: 15%;
    }
    .bottles {
        height: auto;
        width: 35%;
        bottom: 28%;
    }
    .bottles img, .bottombar img {
        height: auto;
        width: 100%;
    }
    .bottom_left {
        left: -15%;
        bottom: -25%;
        height: 100%;
    }
    .bottom_right {
        right: -20%;
        top: 30%;
        height: 100%;
    }
    .bottom_center {
        right: 4%;
        top: 55%;
        height: 100%;
    }
    .top_left {
        left: -3%;
        top: -30%;
        height: 80%;
    }
    .top_right {
        right: -34%;
        top: -27%;
        height: 75%;
    }
    .Slide_two_bottom_left {
        height: 80%;
        left: -8%;
        top: 40%;
    }
    .Slide_two_top_right {
        height: 60%;
        right: -6%;
        top: -6%;
    }
    .Slide_two_bottom_right {
        height: 55%;
        right: -4%;
        top: 45%;
    }
    .Slide_two_top_left {
        height: 50%;
        left: -7%;
        top: -5%;
    }
    .Slide_third_bottom_left {
        height: 70%;
        left: -8%;
        top: 45%;
    }
    .Slide_third_bottom_right {
        height: 70%;
        right: -20%;
        top: 40%;
    }
    .Slide_third_top_left {
        height: 60%;
        left: -8%;
        top: -15%;
    }
    .Slide_third_top_right {
        height: 60%;
        right: -10%;
        top: -15%;
    }
}

@media screen and (max-width: 992px) and (orientation: landscape){
	.swiper-button-next, .swiper-button-prev {
        width: 7%;
    }
    .bottles {
        height: 65%;
        top: 5%;
    }
    .bottom_left {
        height: 70%;
    }
    .top_left {
        left: -10%;
        top: -45%;
    }
    .bottom_right {
        right: -20%;
        top: 20%;
        height: 70%;
    }
    .bottom_center {
        right: 10%;
    }
    .Slide_two_bottom_left {
        left: -20%;
        top: 30%;
    }
    .Slide_two_top_right {
        right: -8%;
    }
    .Slide_two_top_left {
        left: -10%;
    }
    .Slide_third_bottom_left {
        left: -10%;
    }
    .Slide_third_bottom_right {
        height: 55%;
        right: -25%;
        top: 25%;
    }
    .Slide_third_top_right {
        right: -25%;
        top: -30%;
    }
}

@media screen and (orientation: portrait){
	.desktop{display:none;}
    .mobile{display:block;}
  	
    .swiper-slide img {
        height: auto;
        width: 100%;
    }
    .swiper-button-next,
    .swiper-button-prev {
        width: 8%;
    }
    .powerfulTxt {
        height: auto;
        width: 80%;
        top: 25%;
    }
    .bottomtwoslide, .purplebottom {
        width: 100%;
        height: 60%;
    }
    .bottles {
        height: auto;
        width: 50%;
        top: auto;
        bottom: 33%;
    }
    .slide1bg .bottombar, .slide2bg .bottombar, .slide3bg .bottombar {
        height: 40%;
    }
	.flavourtxt {
        width: 90%;
        left: 5%;
        top: 40%;
    }
    .learnMoreCta {
        width: 30%;
        left: 50%;
        top: 62%;
        transform: translate(-50%, 0%);
    }
    .logo {
        width: 20%;
        left: 2%;
        top: 55%;
        transform: translate(0%, 0%);
    }
    .bottom_leftPort{
  		left: -60%;
        bottom: -10%;
        width: 90%;	
    }
    .top_leftPort{
        left: -15%;
        top: -25%;
        width: 90%;
    }
    .bottom_righPort{
        right: -60%;
        top: 50%;
        width: 100%;
    }
    .bottom_centerPort{
        right: -9%;
        top: 57%;
        width: 0%;
    }
    .top_rightPort{
    	right: -30%;
        top: -25%;
        width: 90%;
    }
    .Slide_two_bottom_leftPort{
  		width: 50%;
        left: -10%;
        top: 57%;
    }
    .Slide_two_bottom_rightPort{
        width: 60%;
        right: -40%;
        top: 62%;
    }
    .Slide_two_top_leftPort{
        width: 50%;
        left: -15%;
        top: -8%;
    }
    .Slide_two_top_rightPort{
        width: 33%;
        right: -5%;
        top: -27%;
    }
    .Slide_third_bottom_leftPort{
		width: 50%;
        left: -30%;
        top: 50%;
    }
    .Slide_third_bottom_rightPort{
        width: 80%;
        right: -65%;
        top: 40%;
    }
    .Slide_third_top_leftPort{
        width: 75%;
        left: -25%;
        top: -20%;
    }
    .Slide_third_top_rightPort{
        width: 80%;
        right: -25%;
        top: -14%;
    }
}

@media screen and (min-width: 768px) and (max-width: 768px) and (orientation: portrait){
    .bottom_leftPort{
        left: -53%;
        bottom: -5%;
        width: 75%;
    }
    .bottom_righPort{
        right: -65%;
        top: 50%;
        width: 100%;
    }
    .top_leftPort{
        left: -15%;
        top: -20%;
        width: 75%;
    }
    .top_rightPort{
        right: -30%;
        top: -30%;
        width: 95%;
    }
    .Slide_two_top_rightPort{
        width: 29%;
        right: -4%;
        top: -25%;
    }
}