
/* ========================================================================= *\
    vmcarousel plugin
\* ========================================================================= */

.vmc-container{position: relative;}
.vmc-viewport{overflow: hidden;}

.vmcarousel{list-style-type: none; padding: 0; margin: 0; width: 1000%;}
.vmcarousel:after{content: ''; display: table; clear: both;}
.vmcarousel > li{float: left;}
.vmcarousel > li img{ display: block; margin: 0 auto; max-width: 100%;}

.vmc-container.hide-controls .vmc-arrow-left, .vmc-container.hide-controls .vmc-arrow-right{display: none;}

.vmc-arrow-left, .vmc-arrow-right{
    position: absolute; 
   /* bottom: 38px;*/
   /* top: 50%;*/
    /*left: -1rem; */
     width: 34px; height: 28px; /*margin-top: -30px; */overflow: hidden;
    /*opacity: 0;*/ transition: opacity 0.3s ease;
    text-align: center;
    bottom: -58px;
    /*background: rgba(0,0,0,0.5);*/
}
/*.vmc-arrow-right{left: auto; right: 0;}*/
/*.vmc-container:hover .vmc-arrow-left, .vmc-container:hover .vmc-arrow-right{opacity: 1;}*/

.vmc-arrow-left:after, .vmc-arrow-right:after{
    content: ''; display: inline-block;
	 font-size: 1.5rem; line-height: 5rem; color: white;
}
.vmc-arrow-left:hover:after, .vmc-arrow-right:hover:after{color: #FFF;}
/*.vmc-arrow-left{:after{content: "<";}}
.vmc-arrow-right:after{content: ">";}*/




.vmc-container img[src$=".svg"]{width: 100% !important; height: auto !important; max-height: 100%;}

.notransition{-webkit-transition: none !important; -moz-transition: none !important; -o-transition: none !important; -ms-transition: none !important; transition: none !important;}

@media (max-width:900px) {
    .vmc-arrow-left, .vmc-arrow-right{ opacity: 1;}
}
