/* The Modal (background) */
.modal1 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    font-size: 20px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0) !important; /* Fallback color */
    background-color: rgba(0,0,0,0.95) !important; /* Black w/ opacity */
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    font-size: 20px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0) !important; /* Fallback color */
    background-color: rgba(0,0,0,0.95) !important; /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 33px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    border: 1px solid #888;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    padding: 5px;
    border: 1px solid #888;
}

#MCPlayer, .playerContainer { 
		width : 850px;
		height: 640px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px)
{
    #MCPlayer, .playerContainer { 
		width :330px;
		height: 250px;
	}
}

@media only screen and (min-device-width : 481px) and (max-device-width : 767px)
{
    #MCPlayer, .playerContainer { 
		width :550px;
		height: 400px;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)
{
    #MCPlayer, .playerContainer { 
		width :830px;
		height: 610px;
	}
}
@media only screen and (min-width:1025px)
{
    #MCPlayer, .playerContainer { 
		width :880px;
		height: 650px;
	}
}