/*
This file describes styles that are 1201px width and above
 */
@media  all and (min-width: 1201px) {
    #header-mobile, .only-mobile{
        display: none
    }
  .mfp-figure video + button.mfp-close{
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 2;
    color: var(--white)
    
}


}