/* your styles go here */

.main
.container_04

{
	
position:fixed;
top:0px;
left:0px;
min-height:100%;
min-width:100%;
z-index:2}


.cd-image {
  position: relative;
  margin-left: 0;
  padding: 0;

}


.cd-image:before, .cd-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 16px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  will-change: border;

}
.cd-image:after {
  border-width: 0;

}
.cd-image img {
  display: block;
  max-width: 100%;
  height: auto;

}



#center {

    margin-left: auto;
    margin-top: 170px;
    width: 90%;
}

img {
    max-width: 100%;
    max-height: 100%;
}

