/*******************************************************
 *
 * History of TYG
 *
 *******************************************************/

 #inner-page-wrapper {
     margin-bottom: 0;
 }
 
 #inner-page-wrapper>.container {
     width: 100%;
     padding: 0;
 }
 
 #ip-history-of-tyg {
     font-size: 0;
     letter-spacing: normal;
     line-height: 1;
 }
 
 .yh-main .section-no {
     display: none;
 }
 
 .yh-btns {
     justify-content: center;
 }

 .yh-btn:first-child {
     display: none;
 }
 
 .ip-banner {
     z-index: 2;
 }
 
 .footer {
     z-index: 2;
     position: relative;
 }
 
/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {

} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
	
	
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {

}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {

}
 
