section p a {
    color: #000;
    text-decoration: underline;
}
.space {
    display: none !important;
}
.intro {
    margin-top: -60px;
}
.intro .space {
    height: 50px;
}
.milktop .bg-top {
    width: 1210px !important;
}
.intro img.tickets {
    width: 100%;
}
.variety {
    padding-top: 250px;
}
.variety .space {
    display: none;
/*    height: 100px;*/
}
.cheesy-wrapper {
/*    margin-top: -10%;*/
    height: 400px;
    width: 100%;
    max-width: 400px;
    right: -150px;
    overflow: hidden;
    position: absolute;
}
.cheesy-wrapper img {
    width: 100%;
    right: -20%;
    position: absolute;
}

.innovation .space {
    height: 100px;
}
.dateshuffle-wrapper {
    height: 80%;
    width: 100%;
    margin-top: -14%;
    overflow: hidden;
    position: absolute;
}
.dateshuffle-wrapper .dateshuffle {
    z-index: -1;
    left: 55%;
    width: 40%;
    position: absolute;
}

.application {
    margin-top: 25%;
    margin-bottom: 18%;
/*    max-height: 1300px;*/
    background-color: #2d2c2c;
}
.application .container {
    /*background-color: #2d2c2c;*/
}
.application .text {
    z-index: 20;
}
.application .top-path img,
.application .bottom-path img {
    width: 100%;
}
.application .top-path {
    z-index: 5;
    margin-top: -18%;
    position: absolute;
}
.application .bottom-path {
    z-index: 5;
    margin-top: -17%;
    position: absolute;
    background-color: #fff;
}
.application .block-desc {
    color: #ffffff;
}
.application .videos,
.application .photos {
    z-index: 20;
    padding-top: 50px;
}
.application .photos .thumbnail {
    height: 220px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 5px 5px 30px rgba(3,3,0,.5);
    box-shadow: 5px 5px 30px rgba(3,3,0,.5);
}


.legalization {
    padding-bottom: 50px;
    z-index:5;
    position: relative;
}
.legalization .space {
    height: 100px;
}

/*** Cheese Thumbnails Section ***/
.design-thumbnails {
    padding-top: 30px;
}
.design-thumbnails .thumbnail {
    background-color: transparent;
    border: 0;
    display: flex;
    align-items: center;
    /*margin-bottom: 50px;*/
}
.design-thumbnails > span > div {
    min-height: 140px;
}
.design-thumbnails .thumbnail img {
    /*max-height: 140px;*/
}
.variety .block-text {
    margin-top: 30px;
}
.variety .block-text a {
    color: #000;
}


.videos iframe {
    height: 200px;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, .2);
}