/*Euro'M CSS*/
.spacing-color {
    display: none;
}
.two-smartphones-with-text {
    display: none;
}
.smartphone-with-icons .diagonal-bottom {
    display: none;
}

.hidden-page .scroll-container .scroll-container-inner .question-container {
    text-transform: initial;
    font-size: 2.6vh;
}
@media (max-width: 767px) {
.top-section .right-side .inner .texts-container {
    padding-top: 20px;
}
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
.top-section .center-col .iphone-frame-container{
  top: 0;
}

.top-section .iphone-frame-container .iphone-frame-container-inner{
  -webkit-transform: translateY(15%); transform: translateY(15%);
}

.slider-changing-screens .iphone-frame-container{
  top: 0;
}

.slider-changing-screens .iphone-frame-container .iphone-frame-container-inner, .slider-changing-screens .slider-cards,
.changing-screens-section .iphone-frame-container .iphone-frame-container-inner,
.smartphone-with-icons .iphone-frame-container .iphone-frame-container-inner{
    -webkit-transform: none; transform: none;
}
.slider-changing-screens .slider-cards, .smartphone-with-icons .center-col .iphone-frame-container{top: 0;}

.changing-screens-section .each-col .iphone-frame-container{
    top: 0;
}

}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) and (max-width: 767px) and (orientation: portrait) {
  .top-section .iphone-frame-container .iphone-frame-container-inner{
    -webkit-transform: translateY(40%); transform: translateY(40%);
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) and (min-width: 767px){
.half-smartphone-with-text .iphone-frame-container {
    top: auto; bottom: -10%; position: absolute;  
}
.half-smartphone-with-text .iphone-frame-container .iphone-frame-container-inner{
    -webkit-transform: none; transform: none;
}
    
}

