section.section.sePageSection.sePageSectionResponsive.ws-hero {
margin-bottom: 0px !important;
}

.ws-padding{
padding:4vw;
}

#kickr-mat-padding{
padding-top: 3vw;
}

section:nth-child(2) {
margin-bottom: 0px !important;
}

#trainer-hero-padding {
padding: 10vw;
}

.sect-padding{
padding: 3vw;
}

.access-header:hover {
cursor: pointer;
background-color: #9B1F19 !important;
}

.padding-top-accessories{
padding-top: 6vw;
padding-bottom: 2vw;
}

.padding-bottom-accessories {
padding-bottom: 6vw;
}

.margin-bottom-zero {
margin-bottom: 0 !important;
}

/* PAGE MARGINS */
#PageMain, #PageFooter {
 margin-top: 0px;
}

.brand-margins {
margin-top: 7vw !important;
margin-bottom: 7vw !important;
}

/* FULL WIDTH 2 COLUMN FEATURE */
.se-2col-fw-feature .content-block-column {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

.se-2col-fw-feature .content-block-column {
 width: 100%;
}

.se-2col-fw-feature .content-block-column:first-child {
 min-height: 420px;
}

.se-2col-fw-feature .content-block-column:last-child {
 padding: 23px 12% 34px;
}

.se-2col-fw-feature .custom1-6 .col-sm-push-6 {
 left: inherit;
}

.se-2col-fw-feature .custom1-6 .col-sm-pull-6 {
 right: inherit;
}

.sePage .sePageLayout .sePageMain .se-2col-fw-feature h4 {
 line-height: 1.4;
 margin-top: 22px;
}

/* INNER HERO */
.se-inner-hero .block-bg-img {
 padding: 18% 12%;
}

/* VIDEO */
.modal-body {
 padding: 0px;
}

.modal-content {
 background-color: #000;
 border: none;
}

.modal-dialog {
 width: auto;
 margin: 10px;
}

@media only screen and (min-width: 768px) {
 .modal-dialog {
 width: auto;
 margin: 30px 15px;
 }
}

@media only screen and (min-width: 992px) {
 .se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 90px;
 width: 50%;
 }

 .se-2col-fw-feature .content-block-column:first-child {
 width: 50%;
 min-height: 540px;
 }

 .se-2col-fw-feature .custom1-6 .col-sm-pull-6 {
 right: 50%;
 }

 .se-2col-fw-feature .custom1-6 .col-sm-push-6 {
 left: 50%;
 }
}