.select_location {
    position: relative;
    float: right;
    margin-top: 0px;
    width: auto;
    margin: 8px 0;
    display: flex;
    align-items: center;
}
.select_location label {
    margin-top: 0;
    font-size: 16px;
    margin-right: 15px;
}
.select_location select {
    font-size: 14px;
    border: 1px solid #999;
}
.zpov-banner .zpov-slider .zpov-content>h4 {
    max-width: 700px;
    margin: 0 auto 15px;
}

@media only screen and (max-width:767px){
.select_location {
    flex-direction: column;
    float: left;
    align-items: flex-start;
}
.select_location::after {
    top: unset;
    bottom: 15px;
}
}

@media only screen and (max-width:480px){
    .select_location::after {
        right: 5px;
    }
}