@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.html {
  font-size: 62.5%;
}

body {
  
}


.topbannercol {
	float: left;
	width: 33%;
	padding: 5px;

}

.topbannerrow::after {
	content: "";
	clear:both;
	display: table;
}
.profile {
	float: left;
	height: 500px;
	width:  500px;
	padding: 5px;

}

.ytcontainer {
    display: flex;
    justify-content: center;
}
    
iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
}
/*art*/

ul > li {
    margin-left: 10px;
}

/* Position the image container (needed to position the left and right arrows) */
.artcontainer {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
  text-align: center;
  background-color: rgba(13,23,95,0.64);
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position:relative;
  top:0;
  width: auto;
  padding: 16px;
  color: white;
  background-color: #0059FF;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.frontvideo {
    width: 100%;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
    text-align: center;
}


/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
 

/* Art End */


.guideimage {
    width: 100%;
}
  .cosimage {
        width: 100%;
    }

.cosimages2 {
	float: left;
	width: 40%;
	padding: 5px;
	
}

.cosimages3 {
	width: 40%;
	
}
    
.scheduleimg {
        width: 80%;
    }

.bannerimg {
    width: 50%;
	margin: auto;
    }

.topbannerimg {
    width: 100%;
	margin: auto;
    }


.cosplaycontest
{   
    width: 80%;
    margin: auto;
    text-align: justify;
    font-size: 1rem;
    padding: 10px;
}


#main {
     
  font-family: "Poppins", sans-serif;
}

/*contact*/
h1
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
    color: #000000;
    font-weight : bold;
}
label
{
	font-family : Arial, Helvetica, sans-serif;
    color: #000000;
	font-size : 12px; 
}

/*end*/

.subbullet {
    margin-left: 25px;
}

/*Slider */

  .slider {
            width: 100%;
            margin: 0;
        }

   .sliderimages {
        width: 100%;
    }
    
        
.slider_slide {
   width: 100%;
    margin: auto;
   display:none;
}
.slider_slide:first-child {
   display: block;
}
.slider_slide > img {
   width: 100%
}
.slider_nav {
   padding: 15px;
}
        .slider_pagination {
            width: 50%;
            margin: auto;
        }      
.slider_pagination_btn {
   display: inline-block;
   padding: 6px;
   cursor: pointer;
   border: none;
   outline: none;
   background-color: transparent;
}
.slider_pagination_btn:before {
   content: '';
   display: inline-block;
   padding: 6px;
   border-radius: 100%;
   background-color: #ccc;
}
.slider_pagination_btn:hover:before {
   background-color: #aaa;
}
.slider_pagination_btn:focus:before {
   background-color: #777;
}
.slider_pagination_btn.slider_pagination_btn--sel:before {
   background-color: black
}
        
/* End Slider */

.contactsection {
    text-align: center;
    width: 50%;
    margin: auto;
    font-size: .8em;
   font-family: "Poppins", sans-serif;
}

.mainnews {

	width: 100%;

}

.featured {
    width: 25%;
    margin: auto;
}

.featuredimg {
width: 50%;
    margin: auto;
}

.container {
  max-width: 1200px;
      width: 100%;
  margin: auto;
  
}

.btn {
  display: inline-block;
  padding: 0.5em 1.5em;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
  outline: none;
  margin-top: 1em;
  text-transform: uppercase;
  font-weight: small;
}

.btn-primary {
  color: #fff;
  background: #16a083;
}

.btn-primary:hover {
  background: #117964;
  transition: background 0.3s ease-in-out;
}



/* ............/navbar/............ *

/* desktop mode............/// */

/* dropdown begin............/// */

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}
        
.dropdown {
  float: left;
  overflow: hidden;
  color: #ffffff; 
}

.dropdown:hover .dropbtn {
     
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  margin-bottom: 70px;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000000;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-size: .8rem;
}

.dropdown-content a {
  float: none;
  color: #ffffff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
 
}

.topnav a:hover, .dropdown:hover dropbtn {
  background-color: #000000;
  color: white;
}

.dropdown-content a:hover {
  background-color: #000000;
  color: #ffffff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* dropdown end............/// */

.navbar input[type="checkbox"],
.navbar .hamburger-lines {
  display: none;
}

.navbar {
  position: relative;
  width: 100%;
  background: #000000;
  color: #000;
  height: 75px;
  z-index: 12;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  height: 75px;
  align-items: center;
}

.logo {
  order: 1;
  width: 50px;
  margin-bottom: 0.5rem;
 
}
.menu-items {
  order: 2;
  display: flex;
}

.menu-items li {
  list-style: none;
  margin-left: 3rem;
 justify-content: space-between;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.menu-items a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}

.menu-items a:hover {
  color: #FF0004;
  transition: color 0.3s ease-in-out;
}

.date {
  order: 3;
  font-size: .8rem;
  color: #ffffff;
  margin-left: 5rem;
}



/* ............//// Showcase styling ////......... */

.containerbody {
 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  
  
  
 
  }

.containerbodycontent {
  display: flex;

  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
   }

.containerbodycontentinfo {
  display: flex;
background-color: #FFFFFF;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
   }

.forms {
    background-color: #FFFFFF;
    box-shadow: 5px 10px #000000;
    width: 640px;
    height: 1200px;
}

.formspanel {
    background-color: #FFFFFF;
    box-shadow: 5px 10px #000000;
    width: 640px;
    height: 600px;
}


.box {
    display: flex;
    justify-content: space-between;
  
}

.boxmascot {
    display: flex;
    justify-content: space-between;
   background-image:url("GraphicBg.png");
    background-size: auto;
    background-repeat: no-repeat;
}

.boxinfo {
    display: flex;
    justify-content: space-between;
  background-color: #FFFFFF;
}


.boxiria {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #000000;
  
  
}

.boxirialeft {
  text-align: right;
    width: 50%;
    margin: auto;
    font-size: 2rem;
  
}

.boxiriaright {
    text-align: left;
    width: 50%;
}

.boxguest {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  
}
.panelleft {
    text-align: center;
    width: 50%;
    font-size: 2rem;
}

.cosplayright {
    text-align: center;
    width: 50%;
    font-size: 2rem;
}
.boxleft {
    text-align: center;
    width: 50%;
    font-size: 2rem;
   
}

.boxleftmascot {
    text-align:right;
    vertical-align: bottom;
    width: 40%;
    height: 575px;
    font-size: 2rem;
   
}
.boxleftmascotmobile {
    display: none;
    text-align:right;
    vertical-align: bottom;
    width: 40%;
    height: 575px;
    font-size: 2rem;
   
}

.boxcontact {
    text-align: center;
    width: 50%;
    float: right;
    font-size: 2rem;
}


.boxleftslider {
    text-align: center;
    width: 50%;
    
    font-size: 2rem;
}
.boxleftinfo {
    text-align: center;
    width: 50%;
    background-color: #FFFFFF;
    font-size: 2rem;
}
.boxfull {
    text-align: center;
    width: 100%;
    font-size: .8rem;
    background-color: #FFFFFF;
}

.boxrightblank {
    width: 50%;
    color: #FFFFFF;
    font-size: 1.3rem;

}

.boxrightslider {
    width: 100%;
    color: #FFFFFF;
    font-size: 1.3rem;

}

.boxlefttop {
    text-align: center;
    width: 100%;
    font-size: 2rem;
    padding: 10px;
}
.boxrighttop {
    text-align: center;
    width: 30%;
    color: #000000;
    font-size: 1.3rem;
    font-weight: 500;

}


.boxrightsliders {
    text-align: center;
    width: 60%;
   
    
}

.boxright {
    text-align: center;
    width: 50%;
    font-size: 2rem;
  
    
}

.contactbox {
    text-align: center;
    width: 50%;
    color: #000000;
    font-size: 2rem;
    font-weight: 500;
    
    
}

.blackbox {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    box-shadow: 5px 5px #FFFFFF;
    

}

.boxtitle {
     color: #FFFFFF;
    font-size: 2.5rem;
    font-weight: 500;
    text-shadow: 3px 3px 0px #000000;
    text-align: left;
}

.irialeft {
    width: 50%;
   
    
}

.iriaright {
    width: 50%;
   
}
.iria {
    width: 100%;
    background-color: #000000;
    
}

.mainright {
    width: 90%;
    margin: auto;
    
}
.volunteers {
    width: 100%;
    padding: 10px;
    background-color: #000000;
   
}

.mainrightdescrip {
    padding: 5px;
    color: #FFFFFF;
    text-align: left;
    text-justify: auto;
}


.mainbuzzwords {
    font-size: 2rem;
    font-weight: 500;
    text-shadow: 3px 3px 0px #000000;
    color: #FFFFFF;
    text-align: center;
}

.guest {
    text-align: left;
    font-size: 1.2rem;
    padding: 5px;
}

.map {
    width: 75%;
    height: 90%;
    margin-left: 5px;
}

.maincontent {
    width: 80%;
    margin: auto;
    text-align: justify;
    font-size: 1rem;
    padding: 10px;
   
}

.maincontent td {
    padding: 10px;
}

.emphasize {
    text-align: center;
    font-size: 1.5rem;
}

.emphasizered {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #FF0004;
}

.subheading {
	text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
	color: black;
  
}

.titlewhite {
    text-align: center;
    font-size: 1.3rem;
    font-weight: bolder;
    color: #FFFFFF;
    text-shadow: 3px 3px 0px #000000;
}

.subtitlewhite {
   text-align: center;
    font-size: .8rem;
    font-weight: bolder;
    color: #FFFFFF;
   text-shadow: 3px 3px 0px #000000;
}


.title {
    text-align: left;
    font-size: 1.3rem;
    font-weight: bolder;
    color: #000000;
}

.centercell {
    text-align: center;
    font-size: 1.3rem;
    font-weight: bolder;
    color: #000000;
}


.subtitle {
    text-align: left;
    font-size: 1rem;
    font-weight: bolder;
    color: #000000;
}

.subtitlered {
    text-align: center;
    font-size: 1rem;
    font-weight: bolder;
    color:#FF0004;
}

.titlehotel {
    text-align: center;
    font-size: 1.3rem;
    font-weight: bolder;
    color: #000000;
}

.subtitlehotel {
    text-align: center;
    font-size: 1rem;
    font-weight: bolder;
    color: #000000;
}

ul.policy {
  list-style-type: square;
  font-size: 1rem;
  margin-left: 10px;    
}
.imgtext {
    float: left;
    margin: 10px;
    width: 300px;
    height: 181px;

}

.imgiria {
    float: left;
    margin: 10px;
    width: 180px;
    height: 150; 
}

.image {
    width: 35%;
}

.imgtopbanner {
    width: 20%;
    margin: auto;
    
}

.imagehotel {
    width: 20%;
}

.imagefeature {
    width: 80%;
    padding: 5px;
}

.applyimage {
    width: 80%;
}

.iriaimage {
    width: 30%;
    text-align: center;
}
.landing {
  text-align: center;
    
}
.red {
    color: #FF0004;
    font-weight: 500;
}
    
.showcase-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 1.6rem;
}

.main-title {
  text-transform: uppercase;
  margin-top: 1.5em;
}



#footer h2 {
  text-align: center;
  font-size: 1.8rem;
  padding: 2.6rem;
  font-weight: 500;
  color: #fff;
  background: rgb(65, 65, 65);
}

/* ......../ media query /.......... */

@media (max-width: 768px) {
  .navbar {
    opacity: 0.95;
  }
    /* dropdown begin............/// */
  
         .date {
  display: none;
  visibility: hidden;
  color: #FF0004;
  

}
	
	
.subheading {
	text-align: center;
    font-size: 2rem;
    font-weight: 500;
	color: black;
  
}
	
    .profile {
	margin: auto;
	width: 350px;
		height: 350px;
	}
    .cosplaycontest
{
    width: 80%;
    margin: auto;
    text-align: justify;
    
    
}
    .cosplaycontest td{
      
        text-align: left;
        vertical-align: top;
    }
    
 .cosimage {
        width: 100%;
    }
  
      .scheduleimg {
        width: 100%;
    }
    .logoimg {
        width: 25px;
        height: 25px;
    }
.navbar-container a:hover, .dropdown:hover .dropbtn {
  background-color: #000000;
  color: white;
}

.dropdown-content a:hover {
  background-color: #000000;
  color: #ffffff;
}


      .navbar-container.responsive {position: relative;}
  .navbar-container.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar-container.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .navbar-container.responsive .dropdown {float: none;}
  .navbar-container.responsive .dropdown-content {position: relative;}
  .navbar-container.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
    
   /* dropdown end............/// */
    .image {
    width: 50%;
}
    
        .imagefeature {
    width: 50%;
}
    .applyimage {
    width: 100%;
}

    .boxguest {
    display: contents;
    flex-wrap: wrap;
    justify-content: space-between;
  
}
.box {
    display:contents;
   
  
}
    .boxmascot {
    display: contents;
    justify-content: space-between;
   background-image:url("GraphicBg.png");
    background-size: auto;
    background-repeat: no-repeat;
}
    
    .boxinfo {
    display:contents;
    justify-content: space-between;
     background-color: #FFFFFF;
  
}
    .panelleft {
         margin-top: 60px;
    text-align: center;
    width: 50%;
    font-size: 2rem;
}

.cosplayright {
    text-align: center;
    width: 50%;
    font-size: 2rem;
}

    .centercell {
    text-align: center;
    font-size: 1.3rem;
    font-weight: bolder;
    color: #000000;
}

    
.boxleft {
    margin-top: 20px;
    text-align: center;
    width: 100%;
    
}
    .boxleftslider {
    text-align: center;
    width: 100%;
    font-size: 2rem;
}
    
    .boxleftinfo {
    margin-top: 20px;
    text-align: center;
    width: 100%;
    background-color: #FFFFFF;
    
}


    .boxrightblank {
    width: 100%;
    color: #FFFFFF;

}

    .boxrightslider {
    width: 100%;
    color: #FFFFFF;
    font-size: 1.3rem;

}

.boxright {
    text-align: center;
    width: 100%;
   height: 400px;
    margin-top: 20px;
    font-size: 2rem;

    }
    
    .boxfull {
    text-align: center;
    width: 100%;
    font-size: 1rem;

}

    .guest {
    width: 50%;
	text-align: center;
    font-size: 2rem;
    
}
    
.maincontent {
    width: 100%;
    
    margin: auto;
    text-align: justify;
    font-size: 1.5rem;
    padding: 10px;
   
}
    
    .maincontent {
    width: 80%;
    margin: auto;
    text-align: justify;
    font-size: 1rem;
    padding: 10px;
   
}

.maincontent td {
    padding: 10px;
    text-align: center;
    font-size: 1rem;
}


.volunteers {
    width: 100%;
    padding: 10px;
    background-color: #000000;
   
}
    
.emphasize {
    text-align: center;
    font-size: 2rem;
}

.emphasizered {
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #FF0004;
}
    
    .titlewhite {
    text-align: center;
    font-size: 1.3rem;
    font-weight: bolder;
    color: #FFFFFF;
    
}

.subtitlewhite {
    text-align:justify;
    font-size: .8rem;
    font-weight: bolder;
    color: #FFFFFF;
   
}

    
    
    .title {
    text-align: left;
    font-size: 2rem;
    font-weight: bolder;
    color: #000000;
}

.subtitle {
    text-align: left;
    font-size: 1.5rem;
    font-weight: bolder;
    color: #000000;
}
    
    .titlehotel {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bolder;
    color: #000000;
}

.subtitlehotel {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bolder;
    color: #000000;
}

ul.policy {
  list-style-type: square;
  font-size: 1.5rem;
  padding: 5px;
}
    
    .iriaimage {
    width: 60%;
    text-align: center;
}
    
.imgtext {
    text-align: center;
    width: 350px;
    height: 207px;
    
   
}

.boxrightblank {
    width: 50%;
    color: #FFFFFF;

}

    .map {
    width: 100%;
    height: 200px;
   
    
   
    
}
    
  .navbar-container input[type="checkbox"],
  .navbar-container .hamburger-lines {
    display: block;
  }

  .navbar-container {
    display: block;
    position: relative;
    height: 64px;
  }

  .navbar-container input[type="checkbox"] {
    position: absolute;
    display: block;
    height: 32px;
    width: 30px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
  }

  .navbar-container .hamburger-lines {
    display: block;
    height: 23px;
    width: 35px;
    position: absolute;
    top: 17px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .navbar-container .hamburger-lines .line {

    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background:#FF0004;
  }

  .navbar-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }

  .navbar-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar .menu-items {
    padding-top: 100px;
    background: #000000;
    height: 100vh;
    max-width: 300px;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    padding-left: 50px;
    transition: transform 0.5s ease-in-out;
    box-shadow: 5px 0px 0px 0px #FF0004;
  }

  .navbar .menu-items li {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    font-weight: 500;
  }

  .logo {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 2rem;
  }

  .navbar-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(35deg);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-35deg);
  }

  
  .img-container {
    margin: 0;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 65%;
  }

  .navbar .menu-items li{
      font-size: 1.6rem;
  }

 .guideimage {
    width: 75%;
}

 
.logo {
  order: 1;
  width: 50px;
  margin-bottom: 0.5rem;
 
}
 

    
    .forms {
    background-color: #FFFFFF;
    box-shadow: 5px 10px #000000;
    width: 80%;
}

    .formspanel {
    background-color: #FFFFFF;
    box-shadow: 5px 10px #000000;
    width: 80%;
   
}

  .navbar .menu-items li {
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
    font-weight: 500;
  }
    
    .featuredimg {
width: 100%;
    margin: auto;
}
 .frontvideo {
    width: 100%;
}

    
    .boxleftmascot {
    display: none;
    width: 100%;
    font-size: 2rem;
    }
    
    .boxleftmascotmobile {
    display: block;
    text-align: left;
    width: 100%;
    font-size: 2rem;
   
}

    
    .boxrightsliders {
    text-align: center;
    width: 100%;
 
    
    
}
	.topbannercol {
	float: left;
	width: 50%;
	

}

.topbannerrow::after {
	content: "";
	clear:both;
	display: table;
}
	
	.topbannerimg {
    width: 75%;
	margin: auto;
    }

	
    /* slider */
    
    .sliderimages {
        width: 100%;
    }
    
      .slider {
            width: 100%;
            margin: 0;
        }
        
.slider_slide {
   width: 100%;
    margin: auto;
   display:none;
}
.slider_slide:first-child {
   display: block;
}
.slider_slide > img {
   width: 100%
}
.slider_nav {
   padding: 15px;
}
        .slider_pagination {
            width: 50%;
            margin: auto;
        }      
.slider_pagination_btn {
   display: inline-block;
   padding: 6px;
   cursor: pointer;
   border: none;
   outline: none;
   background-color: transparent;
}
.slider_pagination_btn:before {
   content: '';
   display: inline-block;
   padding: 6px;
   border-radius: 100%;
   background-color: #ccc;
}
.slider_pagination_btn:hover:before {
   background-color: #aaa;
}
.slider_pagination_btn:focus:before {
   background-color: #777;
}
.slider_pagination_btn.slider_pagination_btn--sel:before {
   background-color: black
}
	

        
    
    /* End Slider */
    
    
}
    

@media (min-width: 769px) and (max-width: 1200px) {
  .img-container h3 {
    font-size: 1.5rem;
  }

  .img-container .btn {
    font-size: 0.7rem;
  }
    
}

@media (orientation: landscape) and (max-height: 500px) {
  .showcase-area {
    height: 50vmax;
  }
	
	
}

