.travel-info-wrapper {
    height: 600px;
    width: 100%;
    background-image: url(/wp-content/themes/classic/i/img/5cffebceee952f993e8778dd789f3352.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
    padding-bottom: 50px;
}

.travel-info-wrapper .banner {
    text-align: right;
    padding: 150px 40px 20px 0;
}

.travel-info-wrapper .bannerText {
    font-size: 50px;
    font-weight: bold;
}

.travel-info-wrapper .bannerDescription {
    font-size: 25px;
    font-weight: bold;
    padding-right: 6px;
}

.travel-info-wrapper .formBlock {
    margin: 20px;
    text-align: right;
}

.travel-info-wrapper .formBlock > select {
    width: 300px;
    display: inline-block;
}

#goButton {
    display: inline-block;
    -webkit-appearance: button;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

#goButton:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

@media screen and (max-width: 440px) {
    .travel-info-wrapper .formBlock > select {
        width: 75%;
    }
}