/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.starburst15x9 {
    text-align:center; 
    position:relative; 
    top:-45px;
}

@media (max-width: 992px) {
	.starburst15x9 {
        width:100%;
        top: 0px !important;
    }
}

@media (max-width: 991px) {
	.starburst15x9 {
        width:20%;
        top: 0px !important;
    }
    .btn-home-banner {
        font-size: 10px !important;
    }
}

@media (max-width: 550px) {
	.starburst15x9 {
        width:50%;
        top: 0px !important;
    }
}