How can I add margins to my Debut theme on desktop view?

@AlexandraM93

try this

.slideshow-wrapper {
max-width: 1250 px ;
 margin: 0 px auto;
}
 .slideshow__image {background-size: contain;}