#video_book{
	margin-top: 100px; 
}

.buy_here.display img {
	width: 30% !important;
}

#MyBook .video_top {	
    position: absolute;
    top: 45px;
    z-index: 3;
    margin: 70px 40px;
    text-align: center;
    width: 90%;
}

#MyBook .circle {	
	position: absolute;
	z-index: 1;
	top: 0px;
	background: url('../img/buble.png');
	background-repeat: no-repeat;
    background-origin: border-box;
	background-position: center;
    background-size: contain;
	width: 95%;
	height: 95%;
	margin-left: 5%;
	margin-top: 5%;
}

#MyBook .top {	
	background: url('../img/buble_top.png'); 
	background-repeat: no-repeat;
    background-origin: border-box;
	height: 100%;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 1;
    margin-left: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	#MyBook .circle {	
		width: 85%;
		height: 66%;
	}
	#MyBook .top {
		background-size: 84%;
		margin-left: 38px;
	}
	#MyBook .video_top {
		top: 45px;
		margin: 45px 40px;
		width: 76%;
		height: 41%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#MyBook .circle {			
		height: 36%;
	}
	#MyBook .top {
		top: 9px;
		background-size: 96%;
		margin-left: 38px;
		width: 100%;
	}
	#MyBook .video_top {
		margin: 10px 32px;
		width: 86%;
		height: 27%;
	}
	
	.buy_here img{
		width: 85% !important;
	}
}

@media (max-width: 767px) {
	#MyBook .circle {			
		height: 20%;
	}
	#MyBook .top {
		background-size: 100%;
		margin-left: 24px;
		top: 0px;
	}
	#MyBook .video_top {
		margin: 0px 24px;
		width: 86%;
		height: 15%;
	}
	
	.buy_here img{
		width: 85%;
	}
	
	.buy_here img{
		width: 85% !important;
	}
}

@media (max-width: 575px) {
	/* #MyBook > .row > .col-xs-12:last-of-type { */
		/* height: 300px;	 */
	/* } */
	#MyBook .circle {
		height: 81%;
		margin-left: 10px;
	}
	#MyBook .top{
		background-size: 80%;
		margin-left: -29%;
		left: 50%;
		top: 6px;
	}
	#MyBook .video_top {
		margin: 12px 64px;
		width: 73%;
		height: 65%;
	}
	
	.buy_here img{
		width: 50% !important;
	}
}

.buy_here img {
	padding: 0 60px;
}

#BookContent {
	margin-top: 150px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	#BookContent iframe {
		height: 105%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#BookContent iframe {
		height: 76%;	
	}
}

@media (max-width: 767px) {
	#BookContent iframe {
		height: 54%;
	}
}

@media (max-width: 575px) {
	#BookContent iframe {
		height: 100%;
		width: 94%;
		margin: 0 auto;
	}
	.youtube_videos .row div:not(#gr_header) {
		min-height: 196px;
		text-align: center;
	}
	
	#goodreads-widget{		
		min-height: 622px !important;
	}
	
	#goodreads-widget iframe{		
    height: auto;
    min-height: 85%;
	}
}

#BookGallery {
	margin-top: 0px;
}

#BookGallery section {
	margin-top: 0px;
}

.grid {
	max-width: 69em;
	list-style: none;
	margin: 30px auto;
	padding: 0;
}

.grid li {
	display: block;
	float: left;
	padding: 7px;
	width: 33%;
	opacity: 0;
}

.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
	opacity: 1;
}

.grid li a,
.grid li img {
	outline: none;
	border: none;
	display: block;
	max-width: 100%;
}

.youtube_videos .row div {
	margin-bottom: 20px;
}

/* Effect 2: Move Up */
.grid.effect-2 li.animate {
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-animation: moveUp 0.65s ease forwards;
	animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); opacity: 1; }
}

@keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}

@media screen and (max-width: 900px) {
	.grid li {
		width: 50%;
	}
}

@media screen and (max-width: 400px) {
	.grid li {
		width: 100%;
	}
}

@media (min-width: 576px) {
    .mcbutton {
        width: auto;
    }
}

#TalkToMeNoLink {
	min-height: 39vh;	
    padding-top: 183px;
}