@media only screen and (max-width: 600px) {
  .videowrapper.roundedcorner video {
    border-radius: 15px;
  }
}

@media only screen and (min-width: 600px) {
  .videowrapper.roundedcorner video {
    border-radius: 25px;
  } 
}

