.no-padding
{
    padding: 0px;
    overflow: hidden;

}
.no-margin
{
    margin: 0;
    overflow: hidden;
}

li
{
    display: inline-block;
    list-style: none;
}
ul,ol
{
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

a
{
    display: inline-block;
    color:initial;
}

a:hover,a:focus
{
    color:initial;
    text-decoration: none;
}

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





#block-blueray-views-block-new-block-20{
  display: flex;
  justify-content: space-between;
  gap: 12px;
  position: absolute;
  z-index: 999;
  bottom: 0;
  color: #fff;
  font-size: 18px;
  font-family: var(--font-light);
  width: 100%;
}



#block-blueray-views-block-new-block-20 {
  display: none;
}
#block-blueray-views-block-new-block-20 .form-radios{
    display: flex;
    justify-content: space-between;
    gap: 12px;
    position: absolute;
    z-index: 999;
    bottom: 0;
    color: #fff;
    font-size: 18px;
    font-family: var(--font-light);
    width: 100%;
    background-color: #210000;
}


#block-blueray-views-block-new-block-20 {
  margin-bottom: 0;
  padding: 0px;
  color: var(--white-color);
  background-color: #210000;
  position: relative;
  cursor: pointer;
  margin-top: -17px !important;
}



#block-blueray-views-block-new-block-20 {
  content: "";
  width: 1.5px;
  height: 25px;
  background-color: var(--white-color);
  position: absolute;
  right: 4px;
  top: 16px;
}


#block-blueray-views-block-new-block-20 .views_slideshow_cycle_slide {
  width: 100% !important;
}


#block-blueray-views-block-new-block-20 .views-row {
 float: none;
}


#block-blueray-views-block-new-block-20 {
  height: 540px;
  position: relative;
  overflow: hidden;
  width: 64%;
  display: inline-block;
}



#block-blueray-views-block-new-block-20 img{
  width: 100%;
  height: 540px;
}
#block-blueray-views-block-new-block-20 .slide__description {
  position: relative;
  height: 495px;
}

#block-blueray-views-block-new-block-20 .views-field-fieldset {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding:  30px;
  background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
}
#block-blueray-views-block-new-block-20 .views-field-fieldset-1{
  padding: 5px;
  background-color: transparent;
  width: max-content;
  max-width: 100%;
  direction: rtl;
  text-align: right;
}

#block-blueray-views-block-new-block-20 .views-field-fieldset-1 .views-field-field-taxonomy {
  background-color: white;
  display: inline-block;
  color: #6D0000;
  padding: 10px;
  font-weight: bold;
  margin-right: -25px;
  margin-bottom: 30px;
}

/*#block-blueray-views-block-new-block-20 .views-field-fieldset-1 {
  padding: 5px;
  border-right: 6.5px solid #F18200;
  border-radius: 4px 0 0 4px;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, #ffffff02 -55%, #47000885 100%);
  width: max-content;
  max-width: 100%;
}*/
#block-blueray-views-block-new-block-20 .views-field-fieldset .views-field-title a {
  color: var(--white-color);
  font-size: 25px;
  font-family: var(--font-bold);
  margin-bottom: 5px;
  white-space: pre-line;
}

#block-blueray-views-block-new-block-20 .views-field-fieldset .views-field-body {
  color: var(--white-color);
  font-size: 14px;
}


#block-blueray-views-block-new-block-20 .views_slideshow_controls_text_next {
  font-size: 0;
  border: 0;
  width: 20px;
  height: 30px;
  background: url('../images/arrowLeft.png') no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 2.5%;
  transform: translateY(-50%);
  z-index: 999;
}

#block-blueray-views-block-new-block-20 .views_slideshow_controls_text_pause{
    display:none;
}

#block-blueray-views-block-new-block-20 .form-radios label {
    margin-bottom: 0;
    padding: 15px 10px 15px 10px;
    color: var(--white-color);
    background-color: #210000;
    position: relative;
    cursor: pointer;
}



#block-blueray-views-block-new-block-20 .form-radios .form-item:first-child {
    display: none;
}

#block-blueray-views-block-new-block-20 .form-radios label::after{
    content: "";
    width: 1.5px;
    height: 25px;
    background-color: var(--white-color);
    position: absolute;
    right: 4px;
    top: 16px;
}


#block-blueray-views-block-new-block-20 .views_slideshow_controls_text_previous {
  background: url('../images/arrowRight.png') no-repeat center;
  background-size: contain;
  left: unset;

  z-index:99;
  font-size: 0;
  border: 0;
  width: 20px;
  height: 30px;

  background-size: contain;
  position: absolute;
  top: 50%;
  right: 2.5%;
  transform: translateY(-50%);
  z-index: 999;
}