@charset "utf-8";
/* CSS Document */

.wrapper {
    max-width: unset!important;
    width: 100%!important;
    margin: 0 auto;
    position: relative;
}

.custom-container {
	position: initial;
    top: 200px;
    overflow: hidden;
    color: #ccc;
    padding: 5%;

}
.custom-container a {
    color: #ffffff;
}