#goatContainer {
    top: 0 !important;
    left: 0 !important;
}

@media only screen and (min-width: 540px) {
    #GoatReelSelectorContainer {
        width: 55% !important;
    }
}

@media only screen and (max-width: 540px) {
    #GoatReelSelectorContainer {
        width: 70% !important;
    }
}
