/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.slider-container{display:flex;gap:40px;justify-content:center;max-width:800px;margin:auto;}.slider{position:relative;height:430px;width:300px;overflow:hidden;}.d-flex{display:flex;}.flex-column{flex-direction:column;}.gap-20px{gap:20px;}.thumbnails-container{width:100%;}.thumbnails-container img{width:100%;border-radius:8px;display:block;}@keyframes slideToB{0%{transform:translateY(-50%);}100%{transform:translateY(0);}}@keyframes slideToT{0%{transform:translateY(0);}100%{transform:translateY(-50%);}}.animate-slideToB{animation:slideToB 20s linear infinite;}.animate-slideToT{animation:slideToT 20s linear infinite;}
.field-content > img{width:100% !important;height:auto !important;}
