/* Add here all your CSS customizations */

/* Hides SEO keyword sections */
#metakeywords {
    background: none;
    height: 1px;
    width: 1px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
.keywords {
    background: none;
    color: rgba(255,255,255,0);
    font-size: 1px;
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    overflow:hidden;
}

/* Fixes slide widths of smaller screens */
.my-slide-image {
	width: 100%;
}
@media (max-width: 992px) {
	.my-slide-image {
	width: 600px !important;
	height: 256px !important;
	}
}

@media (max-width: 479px) {
	.my-slide-image {
	width: 300px !important;
	height: 129px !important;
	}
}