.screenconteleven{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.screencontimgeleven{
    width: 110%;
    height: 110%;
    position: absolute;
    left: -5%;
    top: -5%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

.screenbuttonsconteleven{
    width: 1400px;
    height: 300px;
}

.screenbuttonscontlefteleven,.screenbuttonscontrighteleven{
    float: left;
    display: flex;
}

.screenbuttonscontrighteleven{
}

.screenbuttonhrefeleven{
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: center;
   box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.5);
   width: 320px;
   height: 86px;
   display: flex;
   align-items: center;
   justify-content: center;
   opacity: .8;
   transition: .2s;
border-style: solid;
}

.screenbuttonhrefeleven:hover{
    text-decoration: none;
    opacity: 1;
}

.screenbuttonhrefeleven:focus{
    text-decoration: none;
}

.screenbuttonhrefeleven:active{
    text-decoration: none;
    opacity: .7;
    transform: scale(.99);
}

/* Large desktops and laptops */
@media (min-width: 1400px) {
.screenbuttonsconteleven{
    width: 1400px;
    height: 300px;
    margin-top: 150px;
}
.screenbuttonscontlefteleven,.screenbuttonscontrighteleven{
    height: 100%;
    width: 50%;
}
.screenbuttonscontrighteleven{
    justify-content: flex-end;
    align-items: flex-end;
}
}

/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 1399px) {
.screenbuttonsconteleven{
    width: 1200px;
    height: 300px;
    margin-top: 150px;
}
.screenbuttonscontlefteleven,.screenbuttonscontrighteleven{
    height: 100%;
    width: 50%;
}
.screenbuttonscontrighteleven{
    justify-content: flex-end;
    align-items: flex-end;
}
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
.screenconteleven{
    align-items: flex-end;
}
.screenbuttonsconteleven{
    width: 900px;
    height: 220px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.screenbuttonscontlefteleven,.screenbuttonscontrighteleven{
    width: 300px;
    height: 100px;
    margin-left: 20px;
    margin: 20px;
}
.screenbuttonscontrighteleven{
}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
.screenconteleven{
    align-items: flex-end;
}
.screenbuttonsconteleven{
    width: 768px;
    height: 220px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.screenbuttonscontlefteleven,.screenbuttonscontrighteleven{
    width: 300px;
    height: 100px;
    margin-left: 10px;
    margin-right: 10px;
}
.screenbuttonscontrighteleven{
}
}

/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width: 767px) {
.screenconteleven{
    align-items: flex-end;
}
.screenbuttonsconteleven{
    width: 481px;
    height: 220px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.screenbuttonscontlefteleven,.screenbuttonscontrighteleven{
    width: 300px;
    height: 100px;
}
.screenbuttonscontrighteleven{
}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
.screenconteleven{
    align-items: flex-end;
}
.screenbuttonsconteleven{
    width: 320px;
    height: 220px;
}
.screenbuttonscontlefteleven,.screenbuttonscontrighteleven{
    width: 100%;
    height: 100px;
}
.screenbuttonscontrighteleven{
}
}