.fields-wrapper .form-group {
    margin-right: -5px !important; }
	
	.form-control {
    padding: 12.5px 10px; }



@media only screen and (max-width: 900px) {
.videogallery  .product_text h4 { font-size: 16px !important; }
}


.videogallery .multi_video .multi_video--bar a {
    border: none !important;
    border-color: none !important;
    box-shadow: 0px 3px 5px #888888 !important;
    border-radius: 4px !important;
    position: relative !important;
    &::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background: linear-gradient(transparent, rgba(255,255,255,.1),rgba(0,0,0,.2));
    }
}
.videogallery .multi_video .multi_video--bar a:first-of-type {
    
        box-shadow: -3px 3px 5px rgba(0,0,0,.5) !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
   
   
}

.videogallery .multi_video .multi_video--bar a:last-of-type {
    
     box-shadow: 3px 3px 5px rgba(0,0,0,.5) !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
}




.videogallery .multi_video .multi_video--bar a {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 7px;
    width: 48%;
    
   
   
}
.videogallery  .multi_video .multi_video--bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 20px;
    background: transparent;
    text-align: center; 
    font-size: 0;
}




.videogallery .multi_video {
    position: relative;
}




