.hero-photo-only {
padding: 10vw 45px !important;
}

.ryr-button {
background-color: black;
padding: 4vw;
min-width: 38%;
max-width: 50%;
margin-left: auto;
margin-right: auto;
text-align: center;
}

.ryr-button:hover {
background-color: gray;
cursor:pointer;
}

.sePage .sePageLayout .sePageMain {
margin-top: 0;
}

#hero-text-box {
padding: 15px;
background-color: white

}

/* 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%;
 }
}