﻿@media only screen and (min-width: 600px) {
  div.content {
  	max-width:860px;
  	margin: 0 auto;
  }
}

@media screen and (max-width: 1200px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  
  .topnav.responsive {/*position: relative;*/}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .player-container {
  	width:350px;
  	height:332px;
}

.player_img {
  	width:350px;
  	height:262px;

}

  .gallery-container {
  	width:350px;
  	height:292px;
}

.gallery_img {
  	width:350px;
  	height:262px;

}


}
