/* video {
  width: 100%;

} */
/*
.my-sidebar {
    -ms-flex: 0 0 430px;
    flex: 0 0 430px;
    background-color: greenyellow;
} */

/************ Modal BG by Emily Li (I used in my portfolio yeee) ***************/
.modal-photo{
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;

}

.modal-photo:hover, .modal-photo:focus {
	opacity: 0.7;
	transform: scale(1.05);
}

.modalStyle{
	display: none; /* Hidden*/
	position: fixed;
	z-index: 1050;
	padding-top: 4%;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.9);
}

.modal-content{
	margin: auto;
	display: block;
	width: 60%
}

/* Caption of Modal Image */
#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 70%;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

/* Animation Zoom In */
.modal-content, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)}
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover, .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* iframes protopie */
#frame-wrap{

	padding: 0;
	margin: auto;
	overflow: hidden;
}

#frame-protopie{
	width: 375px;
	height: 812px;
	border: 1px solid black;
}

#frame-protopie{
	-ms-zoom:0.75;
	-moz-transform:scale(0.75);
	-moz-transform-origin:0 0;
	-o-transform:scale(0.75);
	-o-transform-origin:0 0;
	-webkit-transform:scale(0.75);
	-webkit-transform-origin:0 0;
}
