.ccenter {
    display: flex;
    justify-content: center;
}

		.button {
		display: inline-block;
		padding: 15px 15px;
		font-size: 22px;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		outline: none;
		color: #fff;
		background-color: #4CAF50;
		border: none;
		border-radius: 15px;
		box-shadow: 0 9px #999;
		}

		.button:hover {background-color: #3e8e41}

		.button:active {
		  background-color: #3e8e41;
		  box-shadow: 0 5px #666;
		  transform: translateY(4px);
		}

		body { 
			padding:10px;
			font-size:80%;
			font-family:verdana, serif;
		}

		figure { margin:30px 0; }

	<!--
		p { color: #000000 }
		h3.cjk { font-family: "Droid Sans Fallback" }
		h3.ctl { font-family: "Lohit Marathi" }
		h2 { color: #000000 }
		h2.cjk { font-family: "Droid Sans Fallback" }
		h2.ctl { font-family: "Lohit Marathi" }
	-->
	
	.btn {
	        font-size: 15px;
	        transition: all 0.2s linear 0s;
	        text-decoration:none;
	}
	
	.button_value {
		font-size: 16px;
		background: #003537 none repeat scroll 0 0;
	   	color: #fff;
		padding:12px 12px 22px 12px;	
		text-align:center;	
		border-radius: 15px;
	}


	.button_value:hover {
		color: #7EB03E;
	}


	.button_cap {
 		font-size: 12px;
		background: #003537 none repeat scroll 0 0;
	    	color: #fff;
	}

		* {
		    padding: 0;
		    margin: 0;
		  }
		  .fit { /* set relative picture size */
		    max-width: 100%;
		    max-height: 100%;
		  }
		  .center {
		    display: block;
		    margin: auto;
		  }

	.dropbtn {
	    background-color: #4CAF50;
	    color: white;
	    padding: 16px;
	    font-size: 12px;
	    border: 2px solid red;
	    cursor: pointer;
	}

	.dropdown {
	    position: relative;
	    display: inline-block;
	}

	.dropdown-content {
	    display: none;
	    position: absolute;
	    right: 0;
	    background-color: #F6F4E5;
	    min-width: 375px;
	    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	    z-index: 1;
	}

	.dropdown-content a {
	    color: black;
	    font-size: 16px;
	    padding: 12px 16px;
	    text-decoration: none;
	    display: block;
	}

	.dropdown-content a:hover {background-color: #f1f1f1}

	.dropdown:hover .dropdown-content {
	    display: block;
	}

	.dropdown:hover .dropbtn {
	    background-color: #3e8e41;
	}


/* Create two equal columns that floats next to each other */

.column {
  float: left;
  width: auto;
  padding: 12px;
}

.column1 {
  float: left;
  text-align: center;
  width: 100%;
  height: 60px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

#resizeDiv
    {
	height: auto;
	width: auto;
    }

#resizeDiv img
    {
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        display: block;
    }

#resizeDiv video
    {
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        display: block;
    }

#resizeDiv iframe
    {
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        display: block;
    }

* {
  box-sizing: border-box;
}

video {
  border:2px solid red;
}

.break{
    display:block;
    margin:0 0 0.5em;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px) {

.ccenter {
   display:block;
   position: relative;
   margin-left: 0 auto;
   margin-right: 0 auto;
   padding: 0px;
   width:100%;
 }

.column {
   width: 100%;
   text-align: center;
   float: left;
  }

.column1 {
   width: 333px;
   text-align: center;
   height: 45px;
}

#resizeDiv
    {
	height: auto;
	width: auto;
    }

#resizeDiv video
    {
        max-width: 100%;
        max-height: 275px;
        margin: auto;
        display: block;
    }

.iframe {
   display:block;
   position: relative;
   margin-left: 0 auto;
   margin-right: 0 auto;
   padding: 0px;
   width:100%;
  }

.video {
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        display: block;
       }

.button {
   width: 100%;
   height: 100%;
   display: inline-block;
   padding: 5px 5px;
   font-size: 22px;
   cursor: pointer;
   margin: 0 auto;
   text-align: center;
   text-decoration: none;
   outline: none;
   color: #fff;
   background-color: #008CBA;
   border: none;
   border-radius: 12px;
   box-shadow: 0 6px #999;
  }

.button:hover {
   background-color: #3e8e41;
  }

.button:active {
   background-color: #3e8e41;
   box-shadow: 0 5px #666;
   transform: translateY(4px);
  }
}
