@media (max-width: 1023px) {
	.parallaxbannerimage > img {
		width: 100vw;
	}
}

@media (max-width: 767px) {
    

    .container {
        padding-left: 70px;
        padding-right: 70px;
    }
    .headerbutton {
    	display: none;
    }
    .gbabook {
    	text-align: center;
    }
    .gbabookimage {
    	display: none;
    }
    .videosection {
    	margin-bottom: 50px;
    }
    .orderbook, .orderbookcontent {
    	text-align: center;
    }
    .textcontent {
    	font-size: 12px;
    	margin-left: 10px;
    }
    
    #parallaxbookbox {
    	height: 130px;
    }
    .parallaxbannerimage > img {
		width: 320px;
	}
    .parallaxbannerimage {
    	top: 95px;
    }
    #parallaxbook {
    	height: 335px;
    }
    .testimonialsectioncontentside {
	    margin-top: 50px;
	    margin-bottom: 50px;
	    margin-left: 25px;
	}
	.bookdescription {
		font-size: 18px;
		padding-left: 10px;
    	padding-right: 10px;
	}
	.contentsection, .videosection {
		margin-top: 50px;
		margin-bottom: 50px;
		padding-left: 10px;
    	padding-right: 10px;		
	}
	.authorsectioncontent {
	    margin-top: 50px;
/*
	    padding-left: 10px;
    	padding-right: 10px;
*/
	}
	.footerheadercontent, .bookcopyrightcontent {
		padding-top: 50px;
	}
    #myCarousel-two{
        display: none;
    }
    .responsivetopsection{
        height: 100vh;
  background-image: linear-gradient(#CF3835, #3B142D); /* Standard syntax (must be last) */
        display: block;
    }
    .responsivetopsectionheader {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        font-size: 40px;
        text-align: center;
        padding-top: 35vh;
        color: #ffffff;
        line-height: 1.2;
        
        }
    
    .responsivetopsectionsubheader{
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 20px;
        margin-top: 30px;
        text-align: center;
        color: #ffffff;
        line-height: 1.5;
        opacity: 0.7;

    }
    .contenttitle{
        margin-left: 20px;
    }
    .testimonialsectioncontentside{
                margin-left: 20px;
                margin-right: 20px;

    }
    
    .chaptercontent,.contentsectionmarker{
        margin-right: 10px;
         margin-left: 20px;
    }
    
    .videotitle{
        display: none;
    }
    
    .footercontent{
        padding-left: 10px;
    	padding-right: 10px;
    }
    
    .authorsectioncontent{
        margin-left: 20px;
        margin-right: 20px;
    }
    .orderbookcontent{
        margin-right: 20px;
         margin-left: 20px;
        font-size: 16px;
    }
    .testimonialcarouselcontent{
        font-size: 25px;
    }
    .authordescription{
        font-size: 16px;
    }
    .bookbuylink img{
    width: 40%;
}
    
    .parallax{
        background-image: url("../../img/imggbabook/mohan-krishnaraj-great-balancing-book-banner-image-responsive.png") !important;
            min-height: 100vh;
            background-attachment: fixed;
            background-position: left top;
            background-repeat: no-repeat;
            background-size: 100%;
        background-color: #131828;
    }
}

@media (max-width: 320px) {
    .imagecontent{
        display: none;
    }
}
