@media only screen and (max-width: 1200px) {
    .uc-my-custom-element {
    position:absolute;
    top: 10%;
    left: 20%;
    width: 60%;
    height: auto;
    }
}