/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size: 65%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/* 
* SKELETON CSS 
*/
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  }
/* For devices larger than 400px */
@media (min-width: 400px) and (min-height: 500px ) {
  .container {
    width: 85%;
    padding: 0; }
}
/* For devices larger than 550px */
@media (min-width: 1000px) and (min-height: 500px ) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 3%;
    }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }
  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }
  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }
  .one-half.column                { width: 48%; }
  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }
  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }
  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }
}

/* 
* Base CSS
*/

html{
  font-size: 10px;
  font-family: "Raleway", Arial, sans-serif;
    -webkit-font-feature-settings: "lnum";
       -moz-font-feature-settings: "lnum";
        -ms-font-feature-settings: "lnum";
         -o-font-feature-settings: "lnum";
            font-feature-settings: "lnum";

}
body{
  font-size: 2rem;
  overflow-y: hidden;
}
.mobile body{
  overflow-y: auto;
}
nav{
  position: fixed;
  display: block;
  background-color: rgba(0,0,0,0.5);
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  z-index: 999;
}
nav ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
nav ul a{
  display: inline-block;
  padding: 20px 0px;
  width: calc((100% - 8px) /  6);
  text-transform: uppercase;
  border-left: 1px solid #333;
  transition: 0.5s;
  cursor: pointer;
  vertical-align: top;
  font-size: 1.5rem;
  background-color: transparent;
  color: white;
  text-decoration: none;
}

nav ul a:hover, nav ul a.active{
  background-color: #a2195b;
  padding: 18px 0 22px 0;
}
img{
  max-width: 100%;
}
p{
  font-size: 1.7rem;
  line-height: 2.6rem;
}

h1{
  font-size: 4rem;
  font-weight: bolder;
  text-align: center;
  max-width: 800px;
  display: block;
  margin: 20px auto;
  text-transform: uppercase;
}
h2{
  font-size: 3.5rem;
  max-width: 580px;
  display: block;
  margin: 30px auto 20px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

h3{
  font-size: 2.4rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
  color: black;
  max-width: none;
  margin: 25px 0;
  line-height: 3rem;
}
a{
  color: #a2195b ;
}
.background-white{
  background-color: rgba(255,255,255,.85);
}
.panel{
  background-size: cover;
  background-position: center;
  position: relative;
  height: auto !important;
  min-height: 100vh;
  z-index: 100;
  overflow: hidden;
}
.panel:after{
  content: "";
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.panel-container{
  padding: 100px 50px 50px;
  z-index: 1;
  position: relative;
  min-height: calc(100% - 150px);
  display: block;
}

.background-white.six.columns {
  padding: 50px;
  /* overflow-y: auto; */
  max-height: calc( 100vh - 146px );
  height: 100vh;
  position: relative;
}

.scroller{
  overflow-y: auto;
  padding: 5px;
  height: calc(100% - 100px);
  overflow-x: hidden;
}


.next-button, .proceed-to-cart{
  display: block;
  padding: 22px 30px;
  background-color: #c2c00f;
  color: black;
  font-size: 1.5rem;
  font-weight: bold;
  width: 200px;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-decoration: none;
}

::-webkit-scrollbar-track
{
  border-radius: 10px;
  background-color: #eeeeee;
}

::-webkit-scrollbar
{
  width: 12px;
  background-color: #eeeeee;
}

::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  background-color: black
  ;
}

.top-image{
  position: relative;
  min-height: 300px;
  background-size: cover;
  background-position: center;
}

/*
* Intro
*/

.intro p{
  max-width: 800px;
  display: block;
  margin: 0 auto 20px;
  text-align: center;
}
.event-logo{
  width: 100%;
  display: block;
  margin: 0 auto;
  height: 240px;
  background-position: center;
  background-size: cover;
}

/*
* Speaker
*/
.speakers {
    text-align: center;
}

.speaker-block{
  text-align: center;
  margin-bottom: 30px;
  vertical-align: top;
  max-width: 300px;
}
.speaker-image{
  height: 230px;
  background-position: center;
  background-size: cover;
  position: relative;
}
.speaker-image:after{
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(152, 24, 81, .6);
}
.speaker-modal .speaker-image{
  width: 230px;
  float: left;
}
.speaker-modal .speaker-image:after{
  display: none;
}
.speaker-info{
  padding: 20px 10px;
  background-color: #cacaca;
  min-height: 116px;
}
.speaker-name{
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 3px;
  display: block;
  text-transform: uppercase;
}
.speaker-role{
  font-size: 2rem;
  padding-top: 15px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.speaker-social{
  padding-top: 30px;
}
.speaker-modal .speaker-name, .speaker-modal .speaker-role, .speaker-social{
  padding-left: 30px;
  display: inline-block;
  line-height: 40px;
}
.speaker-modal .speaker-role{
  /* padding-top: 40px; */
}
.speaker-read-more{
  padding: 20px 0;
  display: block;
  background-color: #981851;
  color: white;
  font-size: 1.4rem;
  cursor: pointer;
  transition: 0.5s;
}
.speaker-read-more:hover {
    transform: scale(1.05);
}
.speaker-modal{
  position: fixed;
  left: -100vw;
  top: 15vh;
  background-color: rgba(255,255,255,.77);
  width: calc(40vw - 200px);
  padding: 100px 100px 0 100px;
  text-align: left;
  height: 65vh;
  transition: 1s;
}

.speaker-block.open .speaker-modal{
  left: 100px;
}

.speaker-bio{
  padding-top: 30px;
}

.single-slide  .panel-container {
  padding: 50px 50px 50px;
  z-index: 50;
  position: relative;
  height: calc(100vh - 103px);
  display: block;
}

.single-slide .six.columns {
  padding: 50px;
  overflow-y: auto;
  height: calc( 100vh - 100px );
  min-height: auto;
  max-height: 100%;
}
p#countdown-clock{
  font-size: 5rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 15px;
  color: black;
  margin: 20px auto;
  line-height: initial;
  display: block;
  max-width: none;
}
p#countdown-clock small{
  font-size: 2rem;
  letter-spacing: 5px;
  max-width: none;

}
.sponsor_logos{
  text-align: center;
}
.sponsor_logos img{
  vertical-align: middle;
  /* display: table-cell; */
  vertical-align: middle;
  max-height: 100px;
  max-width: 170px;
  margin: 20px;
}
.single-slide p{
  max-width: 600px;
}
.table{ 
  display: table;
}
.close{
  position: absolute;
  left: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  opacity: 0.7;
  /* background-color: black; */
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: black;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

/*
* Sponsors
*/

.sponsor-img-wrapper {
  height: 170px;
  width: calc(23% - 6px);
  margin: 0 1% 24px;
  display: inline-block;
  text-align: center;
  border: 1px solid black;
  transition: 0.5s;
  background-color: rgba(255,255,255,.5);
  position: relative;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.sponsor-img-wrapper img{
    vertical-align: middle;
    max-height: 150px;
    max-width: 80%;
}
.sponsor-img-wrapper:hover {
    transform: scale(1.05);
}
.sponsor-level{
  font-size: 1.7rem;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  letter-spacing: 2px;
  background-color: #a2195b;
}

.silver.sponsor-level{
  background-color: #a9a6a6;
}

.bronze.sponsor-level{
  background-color: #cd7f32;
}
.sponsors_name{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    color: white;
    font-size: 2rem;
    padding-top: 35px;
    opacity: 0;
    transition: 0.3s;
    padding: 65px 10px 10px;
}
.sponsor-img-wrapper:hover .sponsors_name{
  opacity: 1;
}
.sponsor-modal{
  position: fixed;
  right: -100vw;
  top: 190px;
  background-color: rgba(255,255,255,.77);
  width: calc(42% - 225px);
  height: calc(90% - 400px);
  padding: 99px;
  text-align: left;
  transition: 1s;
  /* overflow-y: auto; */
  text-align: center;
  z-index: 1;
}
.sponsor-modal.open{
  right: 100px;
}

.sponsor-modal img{
  max-width: 80%;
  max-height: 160px;
}
.sponsor-more{
  cursor:pointer;
}
.sponsor-modal .scroller {
    min-height: 100%;
}
/*
* Programme
*/
.programme-time{
    font-size: 6rem;
    font-weight: bold;
    letter-spacing: 5px;
}
.programme-item{
  padding-bottom: 50px;
  border-bottom: 2px solid black;
  margin-bottom: 50px;
}
.programme-date{
  font-size: 2rem;
  letter-spacing: 2px;
}
.programme-item .six:first-of-type{
  border-right: black solid 1px;
  min-height: 250px;
}
.programme-title{
  font-size: 2.5rem;
  margin-top: 18px;
  text-transform: uppercase;
  font-weight: bolder;
  color: #a2195b;
  letter-spacing: 2px;   
}
.programme-header{
  margin-right: auto;
  margin-left: 0;
  text-align: left;
  font-size: 5rem;
  margin-bottom: 50px;
}
/*
* Venue
*/
.venue p{
  max-width: 500px;
  display: block;
  margin: 0 auto 30px;
  text-align: center;
}
.to-cart{
  padding: 20px 0;
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #a2195b;
  color: white;
  transition: 0.5s;
}
.to-cart:hover{
  transform: scale(1.05);
}

/*
* Attend
*/
.ticket-name {
    display: block;
    padding: 25px 20px;
    text-align: center;
    border: 4px solid #a21a5a;
    margin: 15px auto;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 15px;
    font-size: 3.5rem;
    transition: 0.5s;
    background-color: #a2195b;
    color: white;
    cursor: pointer;
}
.open .ticket-name, .ticket-name:hover{
    color: #a21a5a;
    background-color: transparent;
}
.tc_quantity_selector{
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-image: url(img/dropdown.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
  background-position: 97% center;
  background-repeat: no-repeat;
  border: 1px solid #AAA;
  color: #555;
  overflow: hidden;
  padding: 14px 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 60px;
  font-size: 15px;

}
.price{
  font-size: 2rem;
  margin: 0 15px;
  display: inline-block;
  padding: 11px 0px;
}
.tc_in_cart{
      text-align: center;
      font-size: 2rem;
      padding: 10px 0;
}
.add_to_cart .title{
  font-size: 1.6rem;
  padding: 15px;
  display: inline-block;
  vertical-align: top;
  background-color: #eee;
}
.i-am img{
  width: 100%;
  max-height: 400px;
  background-image: url(https://spacedesignmagazine.net/wp-content/uploads/2019/07/venue-img.jpg);
}
.i-am{
  position: relative;
  margin-bottom: -4px;
  min-height: 300px;
  background-size: cover;
  background-position: center;
}
.i-am::after{
  content: "I am a..........";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 4px;
  background-color: rgba(0,0,0,.4);
  text-align: center;
  color: white;
  padding-top: 125px;
  font-size: 5rem;
  text-transform: uppercase;
  font-weight: bold;
}

.ticket-modal {
    position: fixed;
    left: 5vw;
    height: 70vh;
    width: calc(42vw - 100px);
    top: 12vh;
    background-color: rgba(255,255,255,0.85);
    padding: 50px;
    transition: 0.5s;
    left: -100vw;
}
.open .ticket-modal {
  left: 5vw;
}

.ticket-modal form.cart_form, .tc_in_cart {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 300px;
    margin: 0 auto;
    text-align: center;
}

/*
* Booking systems
*/

.tc-form-ticket-fields-wrap h5{
  display: block;
  text-align: center;
  padding: 15px 0;
  background-color: #eeee;
}
.fields-wrap input, .info_section h2{
  float: unset !important;
}
.tickera-checkout{
  font-family: "Raleway", Arial, sans-serif !important;
}
.tickera-checkout tr th {
    border: 1px solid white;
}
.tickera_table {
    background-color: white;
    padding: 30px;
    -webkit-box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.25);
    box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.25);
    margin-bottom: 35px;
}
th{
  background-color: #a09999;
  color: white;
  font-size: 1.9rem !important;
  border: 1px solid white;
  padding: 10px 0;
}
.tickera_buyer_info.info_section {
    background-color: white;
    padding: 30px;
    -webkit-box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.25);
    box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.25);
    width: auto;
    float: none;
    margin-bottom: 35px;
}
.tc-form-ticket-fields-wrap, .order .tickera {
    background-color: white;
    padding: 30px;
    -webkit-box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.25);
    box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.25);
    width: auto !important;
    float: none;
    margin-bottom: 45px;
}
input#proceed_to_checkout {
    display: block;
    width: 100%;
    float: none;
    transition: 0.5s;
}
.fields-wrap span{
  width: 190px !important;
  padding: 10px 0;
  float: unset;
  display: inline-block;
  /* text-align: center; */
  float: none !important;
}
.tickera_additional_info label input{
  width: calc(98% - 220px);
  height: 30px;
  margin: 0px !important;
  border: 2px solid black;
}
.fields-wrap span.description{
  display: none;
}
.checkout.intro p{
  margin-bottom: 0;
}
.tc_field_col_1{
  float: none !important;
}
.tickera-payment-gateways{
  text-align: center;
  padding: 55px 0 30px !important;
  background-color: #fff;
  -webkit-box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.25);
  box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.25);
}
.order-details{
  width: 100%;
  text-align: center;
}
td{
  padding: 14px 10px;
    vertical-align: top;
    line-height: 18px;
}

.hamburger {
  display: inline-block;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 10px;
  display: none;
  background-color: rgba(0,0,0,0.5);
  z-index: 99999;
  padding: 10px;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
  transform: rotate(-45deg) translate(-9px, 6px) ;
}

/* Fade out the second bar */
.change .bar2 {
  opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
  transform: rotate(45deg) translate(-8px, -8px) ;
}
.tickera_table{
  font-size: 1.4rem;
}
.tickera_table .ticket-quantity .quantity{
  width: 15px;
}
.tickera-checkout thead tr th:nth-child(4), .ticket-fee{
  display: none;
}
select.owner-field-select.tickera-input-field {
    max-width: 100%;
    width: calc(98% - 200px);
    height: 43px;
    margin: 0px !important;
    border: 2px solid black;
}
.fields-wrap br {
    display: none;
}
.tc_select_field span {
    width: 185px !important;
}



/*
* Media Queries
*/

@media(max-width: 1500px){
  .sponsor-img-wrapper{
    width: calc(31% - 6px);
  }
}

@media(max-width: 1400px){
  html{
    font-size: 9px;
  }
  .row .speaker-block.columns.four{
    width: 46%;
    margin-left: 5%;
  }
  .row .speaker-block.columns.four:first-of-type{
    margin-left: 0;
  }
  .panel-container {
    padding: 100px 15px 15px;
    z-index: 1;
    position: relative;
    min-height: calc(100% - 0px);
    display: block;
  }
  .programme-item .six:first-of-type{
    min-height: unset;
    border-bottom: 1px solid black;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-right: none;
    /* text-align: center; */
  }
  .programme-title{
    font-size: 3rem;
  }
  .programme-item .six{
    width: 100%;
  }
  .tickera_table{
    padding: 0;
  }
}

@media(max-width: 1000px), (max-height: 500px ){
  .background-white.six.columns{
    padding: 20px;
    max-height: calc( 100vh - 65px );
  }
  .hamburger{
    display: block;
  }
  nav{
    display: none;
  }
  .panel-container {
    padding: 15px 15px;
  }
  .mobile .panel{
    min-height: auto;
  }
  .mobile .background-white.six.columns{
    height: auto;
  }
  .mobile .background-white.six.columns{
    min-height: auto;
    max-height: 4000px;
  }
  .next-button{
    display: none;
  }
  .speaker-modal, .sponsor-modal, .ticket-modal{
    top: 5vh;
    width: 82vw;
    padding: 60px 4vw 0;
    z-index: inherit;
    height: 85vh;
    bottom: 5vh;
    background-color: white;
    display: block;
    z-index: 50;
  }
  .speaker-block.open .speaker-modal{
    left: 5vw;
  }
  .sponsor-modal.open{
    right: 5vw;
  }
  .scroller{
    max-height: 90%;
  }
  .ticket-modal .scroller{
    height: calc(100% - 100px);
  }
  .highest-z .panel-container{
    z-index: 50;
  }
  .panel{
    z-index: unset;
  }
  .checkout .background-white.six.columns{
    height: 100vh;
    max-height: calc(100vh - 40px);
  }
  .checkout.single-slide .panel-container{
    padding: 20px;
  }
  .sponsor-modal .scroller {
    min-height: 90%;
  }
  .tc_field_col_2 {
    width: 100% !important;
  }
}
@media(max-width: 600px){
  .sponsor-img-wrapper{
    width: calc(48% - 6px);
  }
  .row .speaker-block.columns.four, .row .speaker-block.columns.four:first-of-type{
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px;
  }
  .ticket-name{
    font-size: 2rem;
    letter-spacing: 10px;
  }
  .tickera-checkout tr th{
    font-size: 1.5rem !important;
  }
}

@media(max-height: 680px){
  .background-white.six.columns{
    padding: 20px;
  }
}